We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a03a1 commit 2c822fdCopy full SHA for 2c822fd
.github/workflows/pages.yml
@@ -33,8 +33,8 @@ 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/
+ - run: mkdir -p ./website/_site/doc/internal/
+ - run: cp -rf ./target/doc/* ./website/_site/doc/internal/
38
- uses: actions/upload-pages-artifact@v3
39
with:
40
path: "website/_site"
0 commit comments