Skip to content

Commit

Permalink
recreate all files in docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon Kellner committed Jun 18, 2024
1 parent 40c18b9 commit a30a86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
git_branch=${GITHUB_REF#refs/heads/}
git fetch
git switch docsite
find . -mindepth 1 ! -regex '^./builtdocs\(/.*\)?' -delete
mv -vf builtdocs/{.[!.],}* ./
rmdir builtdocs
git add .
Expand Down

0 comments on commit a30a86f

Please sign in to comment.