Skip to content

Commit

Permalink
Fixes #1 - Add a publishing workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 19, 2024
1 parent 78db6a7 commit 4711469
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Expand Up @@ -13,10 +13,9 @@ jobs:
npm install gitbook-plugin-hints
npx honkit build
git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@github.com/manorrock/website
cd website
rm -rf bengal/book || true
mkdir -p bengal/book
mv ../_book bengal/book
cd website/bengal
rm -rf book
mv ../../_book book
rm -rf .devcontainer
rm -rf .github
rm -rf .gitignore
Expand Down

0 comments on commit 4711469

Please sign in to comment.