Skip to content

Commit

Permalink
Fix: Empty book/api folder before populating
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Jun 5, 2024
1 parent 7095877 commit 6d1455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cargo doc --no-deps
# Put API documentation in with book
mkdir book/api
rm -r book/api/*
mv target/doc/* book/api
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6d1455c

Please sign in to comment.