Skip to content

Commit 41c9bc8

Browse files
committed
Add note that docs may require a manual gh-pages push
1 parent 12c5457 commit 41c9bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ docs: mkdocs apigen
5353

5454
release-docs: docs
5555
mkdocs gh-deploy
56+
@echo "If origin is your local fork, you may need to run:"
57+
@echo " " git push REMOTE gh-pages:gh-pages
5658

5759
release-log/%:
5860
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --no-merges --since="$$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(*)

0 commit comments

Comments
 (0)