This commit is contained in:
@@ -27,14 +27,14 @@ jobs:
|
|||||||
- name: build presentation
|
- name: build presentation
|
||||||
working-directory: ./presentation
|
working-directory: ./presentation
|
||||||
run: |
|
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 .
|
zip -r ../presentation.zip .
|
||||||
- name: upload to pages
|
- name: upload to pages
|
||||||
run: |
|
run: |
|
||||||
curl https://pages.ct.cozytren.ch |
|
curl https://pages.ct.cozytren.ch |
|
||||||
-X PUT |
|
-X PUT \
|
||||||
-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 }}"
|
||||||
- name: upload presentation folder
|
- name: upload presentation folder
|
||||||
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user