Skip to content

Commit ca1815e

Browse files
committed
Disable docs push; re-enable later
Signed-off-by: Ben Howe <bhowe@nvidia.com>
1 parent 80bc70c commit ca1815e

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,24 @@ jobs:
113113
with:
114114
path: build/docs/build/
115115

116-
deploy:
117-
name: Deploy latest docs
118-
if: |
119-
github.ref == 'refs/heads/main' &&
120-
(
121-
github.event_name == 'push' ||
122-
inputs.deploy_docs == true
123-
)
124-
environment:
125-
name: github-pages
126-
url: ${{ steps.deployment.outputs.page_url }}
127-
runs-on: ubuntu-latest
128-
permissions:
129-
pages: write
130-
id-token: write
131-
needs: build
132-
steps:
133-
- name: Deploy to GitHub Pages
134-
id: deployment
135-
uses: actions/deploy-pages@v4
116+
# Disable for now, re-enable closer to release.
117+
# deploy:
118+
# name: Deploy latest docs
119+
# if: |
120+
# github.ref == 'refs/heads/main' &&
121+
# (
122+
# github.event_name == 'push' ||
123+
# inputs.deploy_docs == true
124+
# )
125+
# environment:
126+
# name: github-pages
127+
# url: ${{ steps.deployment.outputs.page_url }}
128+
# runs-on: ubuntu-latest
129+
# permissions:
130+
# pages: write
131+
# id-token: write
132+
# needs: build
133+
# steps:
134+
# - name: Deploy to GitHub Pages
135+
# id: deployment
136+
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)