diff --git a/.github/workflows/build-gh-pages.yaml b/.github/workflows/build-gh-pages.yaml index ffe1bff..8d3a241 100644 --- a/.github/workflows/build-gh-pages.yaml +++ b/.github/workflows/build-gh-pages.yaml @@ -24,6 +24,6 @@ jobs: # mv pandora.slides.html build/index.html - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: folder: build # The folder the action should deploy.