diff --git a/.github/workflows/reveal-pdf.yml b/.github/workflows/reveal-pdf.yml index ec80316..7b66da1 100644 --- a/.github/workflows/reveal-pdf.yml +++ b/.github/workflows/reveal-pdf.yml @@ -21,7 +21,7 @@ jobs: run: docker run --rm -t -v `pwd`:/slides -v ~:/home/user astefanutti/decktape reveal-js-presentation/index.html slides/reveal-js-presentation.pdf - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./slides