diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4436c59de1b..f7eca14ee97 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -25,7 +25,7 @@ jobs: run: npm run docs - name: Deploy docs - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.