diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 0b935d5..12b2003 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -22,8 +22,8 @@ jobs: - name: Setup pandoc uses: https://github.com/r-lib/actions/setup-pandoc@v1 - with: - pandoc-version: '3.4' + with: + pandoc-version: '3.4' - name: Build presentation main run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html