Skip to content

Commit

Permalink
Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Aug 12, 2023
1 parent 2fb5031 commit 6bca588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
git config --local user.name "github-actions[bot]"
- name: Prepare
run: |
cargo doc --document-private-items || true
rm -R docs/libs
cargo doc --document-private-items
mkdir docs
cp -R target/doc docs/libs
rm -R .github
- name: Commit Doc Generation
Expand Down

0 comments on commit 6bca588

Please sign in to comment.