diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 17d96d8..88a51cf 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -61,7 +61,7 @@ jobs: run: touch release/wwwroot/.nojekyll - name: 🚀 Deploy wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: release/wwwroot