Skip to content

Commit 9428f33

Browse files
committed
WIP: testing deployemet github
1 parent d214c3a commit 9428f33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113
path: ${{ github.workspace }}/_build
114114

115115

116-
# Run only on pushes to the default branch
117116
page-deployement:
118117
environment:
119118
name: github-pages
120119
url: ${{ steps.deployment.outputs.page_url }}
121120
runs-on: ubuntu-latest
122121
needs: build-docs
123-
if: github.ref == 'refs/heads/main'
122+
# Run only on pushes to the default branch
123+
# if: github.ref == 'refs/heads/main'
124124
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
125125
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
126126
concurrency:

0 commit comments

Comments
 (0)