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

Commit 6bbd51e

Browse files
committed
Fix doc deployment
1 parent 810f926 commit 6bbd51e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/doc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
doc:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
@@ -30,7 +29,6 @@ jobs:
3029
python -m poetry install
3130
3231
- name: Build documentation
33-
if: github.ref != 'refs/heads/main'
3432
run: |
3533
poetry run invoke sphinx
3634

0 commit comments

Comments
 (0)