change zip workdir
Build marp presentation / build marp presentation (push) Successful in 23s

This commit is contained in:
Romane
2026-05-07 18:53:31 +02:00
parent 810bd3be0a
commit ee288317ab
+2 -3
View File
@@ -9,7 +9,6 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build html presentation - name: build html presentation
#working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest uses: docker://marpteam/marp-cli:latest
with: with:
args: presentation/presentation.md --html --allow-local-files -o presentation/index.html --html --theme-set presentation/themes -- args: presentation/presentation.md --html --allow-local-files -o presentation/index.html --html --theme-set presentation/themes --
@@ -17,14 +16,14 @@ jobs:
MARP_USER: root:root MARP_USER: root:root
- name: build pdf presentation - name: build pdf presentation
uses: docker://marpteam/marp-cli:latest uses: docker://marpteam/marp-cli:latest
#working-directory: ./presentation
with: with:
args: presentation/presentation.md --html --allow-local-files -o presentation/presentation.pdf --theme-set presentation/themes -- args: presentation/presentation.md --html --allow-local-files -o presentation/presentation.pdf --theme-set presentation/themes --
env: env:
MARP_USER: root:root MARP_USER: root:root
- name: compress as zip - name: compress as zip
working-directory: ./presentation
run: | run: |
zip -w presentation -r ../presentation.zip . zip -r ../presentation.zip .
- name: upload to pages - name: upload to pages
run: | run: |
curl -X PUT --fail \ curl -X PUT --fail \