We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f34836 commit cf72f84Copy full SHA for cf72f84
1 file changed
.github/workflows/docs.yml
@@ -24,17 +24,4 @@ jobs:
24
25
- name: Build Sphinx docs
26
working-directory: docs
27
- run: make html
28
-
29
- deploy:
30
- needs: build
31
- runs-on: ubuntu-latest
32
- if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
33
- steps:
34
- - uses: actions/checkout@v4
35
36
- - name: Deploy to GitHub Pages
37
- uses: peaceiris/actions-gh-pages@v4
38
- with:
39
- github_token: ${{ secrets.GITHUB_TOKEN }}
40
- publish_dir: ./docs/_build/html
+ run: make html
0 commit comments