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