diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index dce7e65..bc94344 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -19,7 +19,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@3.6.2 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: html # The folder the action should deploy.