Skip to content

Commit

Permalink
another version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeydigl3 committed Mar 27, 2024
1 parent 9799f30 commit fc0ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cd rabbit-docs
- name: Clean previous documentation files
run: |
find . -type f -not -path './.git/*' -exec rm {} \;
find . -not -name '.git' -not -path './.git/*' -delete
- name: Copy new documentation files
run: |
Expand Down

0 comments on commit fc0ef8d

Please sign in to comment.