diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 66f9db8bcd..116149c83d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -46,7 +46,7 @@ jobs: python-version: "3.10" - name: Configure GitHub Pages - if: github.event_name == 'push' + # if: github.event_name == 'push' uses: actions/configure-pages@v5 - name: Install dependencies @@ -56,13 +56,13 @@ jobs: run: make build-docs - name: Upload docs artifact - if: github.event_name == 'push' + # if: github.event_name == 'push' uses: actions/upload-pages-artifact@v4 with: path: site deploy: - if: github.event_name == 'push' + # if: github.event_name == 'push' needs: build runs-on: ubuntu-latest permissions: