Skip to content

Commit

Permalink
(pages) add cargo docs to website
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 1, 2025
1 parent d788826 commit c8d445c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
working-directory: ./website
env:
NODE_ENV: production
- run: cargo doc --all-features
- run: cp -rf ./target/doc/* ./website/doc/internal/
- uses: actions/upload-pages-artifact@v3
with:
path: "website/_site"
Expand Down

0 comments on commit c8d445c

Please sign in to comment.