index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-10-28 0:28:22.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-10-28 0:28:22.0 +00:00:00
commit
8bb64da85f2ff8fc1de7579e46e6b76bbefc1c48 [patch]
tree
ce781b8744d0926f9f0e3e81e2b62e02ab7f0b3a
parent
d350207a80bdd9099ea04089ddc3b2727e685b88
download
8bb64da85f2ff8fc1de7579e46e6b76bbefc1c48.tar.gz

refactor: copy docs CNAME [skip ci]



Diff

 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a499558..98abcbc 100644
--- a/Makefile
+++ b/Makefile
@@ -260,6 +260,7 @@ docs-deploy:
	@docker run -it --rm -v $(PWD)/docs:/docs -v /tmp/docs:/tmp/docs squidfunk/mkdocs-material build
	@git checkout gh-pages
	@git clean -fdx
	@cp -rf docs/CNAME /tmp/docs/
	@rm -rf docs/
	@mkdir -p docs/
	@cp -rf /tmp/docs/. docs/