Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jmbhughes/solartom
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Nov 6, 2023
2 parents 8767f20 + 6bcaa4d commit fdc520b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
pip install -r ./docs/requirements.txt
- name: Sphinx build
run: |
cd docs; make html; cd ..
cd ./docs; make html; cd ..
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: ./docs/build/html

0 comments on commit fdc520b

Please sign in to comment.