diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53bbd1a..0d428b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: path: doc/ - name: Deploy to GitHub pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.deploy-doc == 'deploy-doc'