File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments