This commit is contained in:
@@ -9,17 +9,21 @@ jobs:
|
|||||||
- name: build html presentation
|
- name: build html presentation
|
||||||
working-directory: ./presentation
|
working-directory: ./presentation
|
||||||
uses: docker://marpteam/marp-cli:latest
|
uses: docker://marpteam/marp-cli:latest
|
||||||
with:
|
run: |
|
||||||
args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
|
MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./index.html --theme-set ./themes --
|
||||||
env:
|
#with:
|
||||||
MARP_USER: root:root
|
# args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
|
||||||
|
#env:
|
||||||
|
# MARP_USER: root:root
|
||||||
- name: build pdf presentation
|
- name: build pdf presentation
|
||||||
working-directory: ./presentation
|
working-directory: ./presentation
|
||||||
uses: docker://marpteam/marp-cli:latest
|
uses: docker://marpteam/marp-cli:latest
|
||||||
with:
|
#with:
|
||||||
args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
# args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||||
env:
|
#env:
|
||||||
MARP_USER: root:root
|
# MARP_USER: root:root
|
||||||
|
run: |
|
||||||
|
MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||||
- name: compress as zip
|
- name: compress as zip
|
||||||
run: |
|
run: |
|
||||||
zip -r ../presentation.zip .
|
zip -r ../presentation.zip .
|
||||||
|
|||||||
Reference in New Issue
Block a user