Skip to content

Commit c8d445c

Browse files
authored
(pages) add cargo docs to website
1 parent d788826 commit c8d445c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
working-directory: ./website
3333
env:
3434
NODE_ENV: production
35+
- run: cargo doc --all-features
36+
- run: cp -rf ./target/doc/* ./website/doc/internal/
3537
- uses: actions/upload-pages-artifact@v3
3638
with:
3739
path: "website/_site"

0 commit comments

Comments
 (0)