use github pages

This commit is contained in:
2022-11-05 15:19:24 -05:00
committed by Anthony Correa
parent c536df36ba
commit a6788c4b77
3 changed files with 664 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ html: $(SOURCEDIR)/$(SOURCEFILENAME).md
epub: $(SOURCEDIR)/$(SOURCEFILENAME).md
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_EPUB_OPTIONS) '$<' -o $(BUILDDIR)/$(BUILDFILENAME).$@
github:
@make html
@cp -a $(BUILDDIR)/$(BUILDFILENAME).html ./index.html
# Targets and dependencies
.PHONY: all clean