There was an error while loading. Please reload this page.
1 parent d214c3a commit 9428f33Copy full SHA for 9428f33
1 file changed
.github/workflows/doc-build.yml
@@ -113,14 +113,14 @@ jobs:
113
path: ${{ github.workspace }}/_build
114
115
116
- # Run only on pushes to the default branch
117
page-deployement:
118
environment:
119
name: github-pages
120
url: ${{ steps.deployment.outputs.page_url }}
121
runs-on: ubuntu-latest
122
needs: build-docs
123
- if: github.ref == 'refs/heads/main'
+ # Run only on pushes to the default branch
+ # if: github.ref == 'refs/heads/main'
124
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
125
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
126
concurrency:
0 commit comments