Skip to content

Commit

Permalink
Add copy command
Browse files Browse the repository at this point in the history
PDF files from docs-ext should be copied to the build output file
  • Loading branch information
programming-wolf committed Aug 7, 2020
1 parent 879e6e7 commit ab38245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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 ab38245

Please sign in to comment.