Skip to content

Commit

Permalink
(pages): ensure cargo docs are placed in _site
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 1, 2025
1 parent e7a03a1 commit 2c822fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
NODE_ENV: production
- run: cargo doc --all-features
- run: mkdir -p ./website/doc/internal/
- run: cp -rf ./target/doc/* ./website/doc/internal/
- run: mkdir -p ./website/_site/doc/internal/
- run: cp -rf ./target/doc/* ./website/_site/doc/internal/
- uses: actions/upload-pages-artifact@v3
with:
path: "website/_site"
Expand Down

0 comments on commit 2c822fd

Please sign in to comment.