test
Build marp presentation / build marp presentation (push) Failing after 7m44s

This commit is contained in:
Romane
2026-05-06 11:15:45 +02:00
parent 8c2963d962
commit a5de9b3462
+11 -3
View File
@@ -27,9 +27,17 @@ jobs:
- name: build presentation
working-directory: ./presentation
run: |
npx @marp-team/marp-cli@latest presentation.md -o index.html
npx @marp-team/marp-cli@latest presentation.md -o index.html && |
zip -r ../presentation.zip .
- name: upload to pages
run: |
curl https://pages.ct.cozytren.ch |
-X PUT |
-T ./presentation.zip |
-H "Content-Type: application/zip" |
-H "Authorization: Pages ${{ secrets.GIT_PAGES_TOKEN }}"
- name: upload presentation folder
uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: presentation.zip
path: presentation/
name: presentation
path: presentation.zip