Skip to content

Commit

Permalink
trying to cp builtdocs instead of mving
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon Kellner committed Jun 18, 2024
1 parent d6ca765 commit d302a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
git fetch
git switch docsite
find . -mindepth 1 -regextype posix-egrep ! -regex '(^\.\/\.git.*)|(^\.\/builtdocs.*)' -delete
mv -vf builtdocs/{.[!.],}* ./
rmdir builtdocs
cp -r builtdocs/* ./
rm -r builtdocs
git add .
git commit -am "Deploying site from ${git_branch}@${git_hash}"
git push

0 comments on commit d302a0e

Please sign in to comment.