Skip to content

Commit

Permalink
(pages): for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 1, 2025
1 parent bee51c8 commit 419502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
NODE_ENV: production
- run: cargo doc --all-features
- run: mkdir -p ./website/_site/docs/internal/
- run: cp -rf ./target/docs/* ./website/_site/doc/internal/
- run: cp -rf ./target/doc/* ./website/_site/docs/internal/
- uses: actions/upload-pages-artifact@v3
with:
path: "website/_site"
Expand Down

0 comments on commit 419502e

Please sign in to comment.