Skip to content

Commit fb690e5

Browse files
committed
upd
1 parent df01e05 commit fb690e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
run: |
5959
make multi-version-docs
6060
61-
- name: Build documentation for dev branch
62-
# if: github.ref == 'refs/heads/dev'
63-
run: |
64-
echo "Building docs for dev branch..."
65-
poetry run sphinx-build docs/source docs/build/versions/dev
61+
# - name: Build documentation for dev branch
62+
# # if: github.ref == 'refs/heads/dev'
63+
# run: |
64+
# echo "Building docs for dev branch..."
65+
# poetry run sphinx-build docs/source docs/build/versions/dev
6666

6767
- name: Deploy to GitHub Pages
6868
# if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)