Skip to content

Commit

Permalink
Removed strange cp line from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aheusingfeld authored Sep 5, 2020
1 parent bcbed1b commit 1577e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
rm -rf ./build/tmp
cp ./docs-ext/curriculum-*.pdf ./build
zip -r release.zip ./build
- name: Deploy
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1577e84

Please sign in to comment.