Skip to content

Commit f05a638

Browse files
committed
upd ci
1 parent be4696b commit f05a638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
done
9191
9292
- name: Build documentation for dev branch
93-
if: github.ref == 'refs/heads/dev'
93+
# if: github.ref == 'refs/heads/dev'
9494
run: |
9595
echo "Building docs for dev branch..."
9696
poetry run sphinx-build docs/source docs/build/versions/dev
9797
9898
- name: Deploy to GitHub Pages
99-
if: github.event_name != 'pull_request'
99+
# if: github.event_name != 'pull_request'
100100
uses: peaceiris/actions-gh-pages@v3
101101
with:
102102
github_token: ${{ github.token }}
@@ -133,4 +133,4 @@ jobs:
133133
git config user.email "[email protected]"
134134
git add .
135135
git commit -m "Update _static files in all documentation versions" || echo "No changes to commit"
136-
git push
136+
git push

0 commit comments

Comments
 (0)