maybe with no direct dir refs
Build marp presentation / build marp presentation (push) Failing after 10s
Build marp presentation / build marp presentation (push) Failing after 10s
This commit is contained in:
@@ -9,21 +9,17 @@ jobs:
|
||||
- name: build html presentation
|
||||
working-directory: ./presentation
|
||||
uses: docker://marpteam/marp-cli:latest
|
||||
run: |
|
||||
MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./index.html --theme-set ./themes --
|
||||
#with:
|
||||
# args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
|
||||
#env:
|
||||
# MARP_USER: root:root
|
||||
with:
|
||||
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: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||
#env:
|
||||
# MARP_USER: root:root
|
||||
run: |
|
||||
MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||
with:
|
||||
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