diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 05d0fc07d5..b6ff9285eb 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: run: npm run docs - name: Deploy docs - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.