We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d788826 commit c8d445cCopy full SHA for c8d445c
.github/workflows/pages.yml
@@ -32,6 +32,8 @@ jobs:
32
working-directory: ./website
33
env:
34
NODE_ENV: production
35
+ - run: cargo doc --all-features
36
+ - run: cp -rf ./target/doc/* ./website/doc/internal/
37
- uses: actions/upload-pages-artifact@v3
38
with:
39
path: "website/_site"
0 commit comments