change pages upload path to nonroot
Build marp presentation / build marp presentation (push) Successful in 29s
Build marp presentation / build marp presentation (push) Successful in 29s
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: upload to pages
|
- name: upload to pages
|
||||||
run: |
|
run: |
|
||||||
curl -X PUT --fail \
|
curl -X PUT --fail \
|
||||||
https://pages.ct.cozytren.ch \
|
https://pages.ct.cozytren.ch/testrepo \
|
||||||
-T ./presentation.zip \
|
-T ./presentation.zip \
|
||||||
-H "Content-Type: application/zip" \
|
-H "Content-Type: application/zip" \
|
||||||
-H "Authorization: Pages ${{ secrets.GIT_PAGES_TOKEN }}"
|
-H "Authorization: Pages ${{ secrets.GIT_PAGES_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user