fix yaml syntax
Some checks failed
Build an image to deploy website / build (push) Failing after 17s

This commit is contained in:
Julien Fastré 2024-09-30 11:01:24 +02:00
parent 6be7f4babb
commit 0516fc17e8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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