Skip to content

Commit

Permalink
Remove gh-pages from Makefile (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Sep 27, 2023
1 parent 8578989 commit 606e434
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ help:

.PHONY: help Makefile

.PHONY: gh-pages
.ONESHELL:
gh-pages:
rm -rf /tmp/gh-pages
cp -r $(BUILDDIR)/html /tmp/gh-pages
git checkout gh-pages
cd .. && rm -rf * && cp -r /tmp/gh-pages/* ./ && rm -rf /tmp/gh-pages && git add . && git commit -m "Updated gh-pages" && git push && git checkout main


# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
Expand Down

0 comments on commit 606e434

Please sign in to comment.