Skip to content

Commit 596b9f7

Browse files
committed
cleanup git directory so the git status is clean
1 parent a8a9be7 commit 596b9f7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/common_end.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
with:
2020
run-id: ${{ github.event.workflow_run.id }}
2121
- name: "Copy Markdown File Back Into Workspace"
22-
run: cp -rf ./SASVIEW_publications.md ./publications.md
22+
run: |
23+
mv -rf ./SASVIEW_publications.md ./publications.md
24+
file = 'SasView_linktitle.csl'
25+
if [ -f "$file" ] ; then
26+
rm "$file"
27+
fi
2328
- name: "Commit And Push Any Changes to Github"
2429
run: |
2530
if [[ -n $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)