Skip to content

Commit 1f3f5d8

Browse files
Discard gh-pages history
1 parent e25a5fd commit 1f3f5d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ publish:
7272
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS)
7373

7474
github: publish
75-
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
76-
git push origin $(GITHUB_PAGES_BRANCH)
75+
ghp-import -m "Generate Pelican site" -po -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
7776

7877

79-
.PHONY: html help clean regenerate serve serve-global devserver publish github
78+
.PHONY: html help clean regenerate serve serve-global devserver publish github

0 commit comments

Comments
 (0)