Skip to content

Commit

Permalink
book: fix You are not currently on a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Sep 30, 2023
1 parent e80a71b commit cfd3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: checkout
poetry run mkdocs build --strict --clean --verbose --site-dir public

deploy: build
cd public && git add . && git commit -m "Deploy book" && git push
cd public && git add . && git commit -m "Deploy book" && git push origin HEAD:master --force

serve:
mkdocs serve

0 comments on commit cfd3aa5

Please sign in to comment.