Skip to content

Commit

Permalink
ci: build and deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lllAlexanderlll committed Jan 15, 2024
1 parent 2bcf6e2 commit 5e1d971
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,17 @@ jobs:
run: |
sphinx-build -M html docs/source/ docs/build/
sphinx-apidoc -o docs/source/api src/modalities
pages:
runs-on: ubuntu-20.04
steps:
- name : "Deploy Github Pages"
- id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}


0 comments on commit 5e1d971

Please sign in to comment.