Skip to content

Commit

Permalink
Fixes #4 - Cleanup build publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 26, 2024
1 parent 4711469 commit 59c7f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -16,9 +16,11 @@ jobs:
cd website/bengal
rm -rf book
mv ../../_book book
cd book
rm -rf .devcontainer
rm -rf .github
rm -rf .gitignore
cd ..
git config --global user.email "noreply@manorrock.com"
git config --global user.name "Automated publish"
git add .
Expand Down

0 comments on commit 59c7f4a

Please sign in to comment.