diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 751b8ef..d96ab39 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@3.5.9 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: html # The folder the action should deploy.