diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 6a3d9e5a..75fb316e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,7 +20,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v1 + uses: crazy-max/ghaction-github-pages@v3 with: target_branch: master build_dir: public