Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit ab3c226

Browse files
committed
Do not deploy doc from github pages
It can be done from the tbump hook instead :)
1 parent 6bbd51e commit ab3c226

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/doc.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ jobs:
3131
- name: Build documentation
3232
run: |
3333
poetry run invoke sphinx
34-
35-
- name: Deploy documentation to GitHub pages
36-
uses: maxheld83/ghpages@v0.1.1
37-
if: github.ref == 'refs/heads/main'
38-
env:
39-
BUILD_DIR: docs/_build/html/
40-
GH_PAT: ${{ secrets.GH_PAT }}
41-
42-

0 commit comments

Comments
 (0)