Skip to content

Commit

Permalink
github: workflows: Adjust deployment for the python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and patrickelectric committed Aug 3, 2023
1 parent cf007bd commit ddddab1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,11 @@ jobs:
with:
toolchain: nightly
override: true
components: rust-docs
- name: Build docs
run: cargo doc
run: pip install hatch && hatch run dev:build-doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc
publish_dir: ./docs/build/html

0 comments on commit ddddab1

Please sign in to comment.