Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit c10862b

Browse files
authored
Update copy_files.sh
1 parent ca45b5c commit c10862b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action_files/copy_files.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ nav_order: 3
2020
2121
1. TOC
2222
{:toc}" > project/temp.md && for f in project/temp.md project/data_dictionary.md; do cat "$f"; echo " "; done > project/output.md && mv project/output.md docs/docs/data_dictionary.md
23-
cp project/model_events.csv docs/_data/model_events.csv
23+
cp project/model_events.csv docs/_data/model_events.csv
24+
25+
rm project/temp.md

0 commit comments

Comments
 (0)