Skip to content

Commit

Permalink
(pages): add the s.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 1, 2025
1 parent 2c822fd commit bee51c8
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/_site/doc/internal/
- run: cp -rf ./target/doc/* ./website/_site/doc/internal/
- run: mkdir -p ./website/_site/docs/internal/
- run: cp -rf ./target/docs/* ./website/_site/doc/internal/
- uses: actions/upload-pages-artifact@v3
with:
path: "website/_site"
Expand Down

0 comments on commit bee51c8

Please sign in to comment.