Skip to content

Commit

Permalink
Remove unnecessary rm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Jun 6, 2024
1 parent d6d7f6e commit d250ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: cargo install mdbook
- name: Build docs with mdBook
run: |
# Clean repo first
rm -rf book
mdbook build
- name: Build API docs
run: |
Expand Down

0 comments on commit d250ff7

Please sign in to comment.