change pages upload path to nonroot
Build marp presentation / build marp presentation (push) Successful in 29s

This commit is contained in:
Romane
2026-05-06 12:41:36 +02:00
parent 611ca919e4
commit 511959adaf
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: upload to pages
run: |
curl -X PUT --fail \
https://pages.ct.cozytren.ch \
https://pages.ct.cozytren.ch/testrepo \
-T ./presentation.zip \
-H "Content-Type: application/zip" \
-H "Authorization: Pages ${{ secrets.GIT_PAGES_TOKEN }}"