Skip to content

Commit 2c822fd

Browse files
authored
(pages): ensure cargo docs are placed in _site
1 parent e7a03a1 commit 2c822fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
env:
3434
NODE_ENV: production
3535
- run: cargo doc --all-features
36-
- run: mkdir -p ./website/doc/internal/
37-
- run: cp -rf ./target/doc/* ./website/doc/internal/
36+
- run: mkdir -p ./website/_site/doc/internal/
37+
- run: cp -rf ./target/doc/* ./website/_site/doc/internal/
3838
- uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: "website/_site"

0 commit comments

Comments
 (0)