We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b4cbf commit 3fe376dCopy full SHA for 3fe376d
1 file changed
.github/workflows/build.yaml
@@ -44,7 +44,6 @@ jobs:
44
make html
45
46
- name: Deploy 🚀
47
- if: github.ref == 'refs/heads/master'
48
uses: peaceiris/actions-gh-pages@v3
49
with:
50
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
@@ -53,7 +52,7 @@ jobs:
53
52
publish_dir: _build/html
54
55
56
- sphinx-build-master:
+ sphinx-build:
57
runs-on: ubuntu-latest
58
if: "!github.event.inputs.run_deploy"
59
@@ -117,7 +116,6 @@ jobs:
117
116
make html-dev -W
118
119
120
121
122
123
0 commit comments