From 13b4cdc981fe762d4f44d924b089d18f169d6e61 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Thu, 23 Dec 2021 15:57:25 -0600 Subject: [PATCH] Adjusted makefile for github action commit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b630b5f..20a62b0 100644 --- a/Makefile +++ b/Makefile @@ -93,4 +93,5 @@ docs: ## generate Sphinx HTML documentation, including API docs cp -a doc_src/_build/html/. docs pubdocs: docs ## Publish the documentation to GitHub - ghp-import -op docs + ghp-import -o docs + git push origin gh-pages --force