Skip to content

Commit

Permalink
using temp_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeydigl3 committed Mar 27, 2024
1 parent 1b34c13 commit 206ef37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
cd rabbit-docs
- name: Clean previous documentation files
run: |
find . -path ./.git -prune -o -type f -exec rm -f {} + -o -type d -empty -delete
rsync -a .git ../temp_git
rm -rf *
rsync -a ../temp_git .git
rm -rf ../temp_git
- name: Copy new documentation files
run: |
Expand Down

0 comments on commit 206ef37

Please sign in to comment.