We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2936ea commit d259d07Copy full SHA for d259d07
.github/workflows/docs.yml
@@ -46,6 +46,13 @@ jobs:
46
uses: actions/upload-pages-artifact@v3
47
with:
48
path: pages
49
+ - name: Create ZIP for Comparch deployment
50
+ run: |
51
+ cd docs/user/book
52
+ zip -r ../../../manual.zip .
53
+ - name: Deploy to Comparch
54
55
+ curl -X POST -H "Authorization: Bearer ${{ secrets.COMPARCH_DOCS_TOKEN }}" -F "[email protected]" http://eval.comparch.edu.cvut.cz:1111/github-actions/update-manual
56
57
deploy:
58
environment:
0 commit comments