diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index 5bf7e534..8ef7dcd5 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -37,7 +37,7 @@ jobs: run: | npm run build - name: deploy frontend to gh pages - uses: crazy-max/ghaction-github-pages@v3 # https://github.com/crazy-max/ghaction-github-pages + uses: crazy-max/ghaction-github-pages@v4 # https://github.com/crazy-max/ghaction-github-pages with: target_branch: gh-pages build_dir: dist