We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0299f commit 18441a3Copy full SHA for 18441a3
.github/workflows/pages.yml
@@ -85,13 +85,13 @@ jobs:
85
sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
86
87
# Upload the build artifact:
88
- - name: 'Upload build artifact'
89
- uses: actions/upload-artifact@v2
90
- if: ${{ github.event_name == 'pull_request'}}
91
- with:
92
- name: html
93
- path: build/
94
- if-no-files-found: error
+ # - name: 'Upload build artifact'
+ # uses: actions/upload-artifact@v2
+ # if: ${{ github.event_name == 'pull_request'}}
+ # with:
+ # name: html
+ # path: build/
+ # if-no-files-found: error
95
96
# Configure Git:
97
- name: 'Configure Git'
.github/workflows/preview.yml
0 commit comments