Skip to content

Commit

Permalink
maybe fixed docsite rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon Kellner committed Jun 18, 2024
1 parent 8529279 commit d6ca765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git_branch=${GITHUB_REF#refs/heads/}
git fetch
git switch docsite
find . -mindepth 1 ! -regex '(^\.\/builtdocs\/.*)|(^\.\/\.git\/.*)' -delete
find . -mindepth 1 -regextype posix-egrep ! -regex '(^\.\/\.git.*)|(^\.\/builtdocs.*)' -delete
mv -vf builtdocs/{.[!.],}* ./
rmdir builtdocs
git add .
Expand Down

0 comments on commit d6ca765

Please sign in to comment.