Skip to content

Commit cf72f84

Browse files
committed
uncomment deployment
1 parent 4f34836 commit cf72f84

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,4 @@ jobs:
2424
2525
- name: Build Sphinx docs
2626
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
27+
run: make html

0 commit comments

Comments
 (0)