We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbed1b commit 1577e84Copy full SHA for 1577e84
.github/workflows/build_master.yml
@@ -53,7 +53,6 @@ jobs:
53
if: startsWith(github.ref, 'refs/tags/')
54
run: |
55
rm -rf ./build/tmp
56
- cp ./docs-ext/curriculum-*.pdf ./build
57
zip -r release.zip ./build
58
- name: Deploy
59
0 commit comments