Skip to content

Commit

Permalink
Fix document generation and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jan 3, 2024
1 parent a44f581 commit df30604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
toolchain: stable

- name: Generate rustdoc
run: cargo doc --all --no-deps
run: cargo doc --all --no-deps --document-private-items

- name: Upload html
uses: actions/upload-artifact@v3
Expand All @@ -45,7 +45,7 @@ jobs:
needs: [rust]
environment:
name: "Document"
url: ${{ steps.deployment.outputs.page_url }}/
url: ${{ steps.deployment.outputs.page_url }}/pyo3_stub_gen/index.html
runs-on: ubuntu-latest
steps:
- name: Download rustdoc
Expand Down

0 comments on commit df30604

Please sign in to comment.