maybe it works better with a checkout huh????
Build marp presentation / build marp presentation (push) Failing after 15s
Build marp presentation / build marp presentation (push) Failing after 15s
This commit is contained in:
@@ -6,16 +6,20 @@ jobs:
|
|||||||
name: build marp presentation
|
name: build marp presentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
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.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
|
||||||
env:
|
env:
|
||||||
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.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
|
||||||
env:
|
env:
|
||||||
MARP_USER: root:root
|
MARP_USER: root:root
|
||||||
- name: compress as zip
|
- name: compress as zip
|
||||||
|
|||||||
Reference in New Issue
Block a user