Skip to content

Commit

Permalink
Discard gh-pages history
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Feb 7, 2024
1 parent e25a5fd commit 1f3f5d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ publish:
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS)

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


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

0 comments on commit 1f3f5d8

Please sign in to comment.