Skip to content

Commit

Permalink
working on adapting GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Dec 1, 2023
1 parent d5d0917 commit 5567688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
rm -rf *
mv book/* .
mv ../book/* .
git add .
git commit -m "Deploy book $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages

0 comments on commit 5567688

Please sign in to comment.