try fixing build with official image
Build marp presentation / build marp presentation (push) Failing after 7s
Build marp presentation / build marp presentation (push) Failing after 7s
This commit is contained in:
@@ -10,12 +10,16 @@ jobs:
|
||||
working-directory: ./presentation
|
||||
uses: docker://marpteam/marp-cli:latest
|
||||
with:
|
||||
args: ./presentation.md -o ./index.html --html --theme-set ./themes --
|
||||
args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
|
||||
env:
|
||||
MARP_USER: root:root
|
||||
- name: build pdf presentation
|
||||
working-directory: ./presentation
|
||||
uses: docker://marpteam/marp-cli:latest
|
||||
with:
|
||||
args: --html --allow-local-files -o presentation.pdf --theme-set ./themes --
|
||||
args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||
env:
|
||||
MARP_USER: root:root
|
||||
- name: compress as zip
|
||||
run: |
|
||||
zip -r ../presentation.zip .
|
||||
|
||||
Reference in New Issue
Block a user