Skip to content

Commit 1d24a30

Browse files
committed
Removing doc deployment stage
1 parent 38a1c54 commit 1d24a30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci-build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ jobs:
207207
path: doc/build/html
208208
retention-days: 7
209209

210-
- name: Deploy Docs
211-
uses: JamesIves/[email protected]
212-
if: startsWith(github.event.ref, 'refs/tags')
213-
with:
214-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
215-
BRANCH: gh-pages
216-
FOLDER: doc/build/html
217-
CLEAN: true
210+
# - name: Deploy Docs
211+
# uses: JamesIves/[email protected]
212+
# if: startsWith(github.event.ref, 'refs/tags')
213+
# with:
214+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
215+
# BRANCH: gh-pages
216+
# FOLDER: doc/build/html
217+
# CLEAN: true
218218

219219
package:
220220
name: Package library

0 commit comments

Comments
 (0)