fix yaml syntax
Some checks failed
Build an image to deploy website / build (push) Failing after 17s
Some checks failed
Build an image to deploy website / build (push) Failing after 17s
This commit is contained in:
parent
6be7f4babb
commit
0516fc17e8
@ -22,8 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup pandoc
|
- name: Setup pandoc
|
||||||
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
||||||
with:
|
with:
|
||||||
pandoc-version: '3.4'
|
pandoc-version: '3.4'
|
||||||
|
|
||||||
- name: Build presentation main
|
- name: Build presentation main
|
||||||
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user