Skip to content

Commit

Permalink
Fixes #17 - Update GitHub workflow to change publishing location
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Oct 12, 2024
1 parent 98bf0bc commit 7a766b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir -p website/bengal/0 || true
cd website/bengal/0
rm -rf book || true
mv ../../_book book
mv ../../../_book book
cd book
rm -rf .devcontainer
rm -rf .github
Expand Down

0 comments on commit 7a766b8

Please sign in to comment.