diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72168b5f..903e8e25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: NODE_ENV: production - name: Deploy to GitHub Pages if: ${{ success() }} - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: dist