diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9522ff630..5467b56cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: docs-and-demos-ghpages: name: Update Docs and Demos in GitHub Pages runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + #if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 - uses: jetli/wasm-bindgen-action@v0.1.0 @@ -244,7 +244,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: docs-and-demos-ghpages - if: github.ref == 'refs/heads/main' + #if: github.ref == 'refs/heads/main' steps: - name: Deploy to GitHub Pages id: deployment