diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 5c51550b..2fcb3d5c 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -95,7 +95,7 @@ jobs: path: docs/_build/dirhtml - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 if: ${{ github.ref == 'refs/heads/main' }} with: branch: gh-pages