This commit is contained in:
Jacob Lifshay 2024-04-11 02:00:06 -07:00
parent bfa8bd253c
commit 388ce5b79f
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -30,11 +30,13 @@ jobs:
hash="$(git log -n 1 --format=reference)"
git branch -D rendered &> /dev/null || true
git worktree add --detach --no-checkout dist
cd dist
git switch --orphan=rendered
cd ..
mv dist/.git book/.git
rmdir dist
mv book/ dist/
cd dist
git switch --orphan=rendered
git add .
git config user.name "CI"
git config user.email "ci@noreply.libre-chip.org"