diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628df33dd..fe8453b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: touch build/html/.nojekyll - name: Deploy documentation if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: docs/build/html