File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments