From bc156c84d3f9dd157ed67e91618b3e389fbb5097 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Fri, 12 Jun 2020 12:29:32 -0500 Subject: [PATCH] Push docs to specific version subfolder --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd4cdc2..8a8c013 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +VERSION := 0.2 JULIA := julia --color=yes --project=. all: docs @@ -6,6 +7,6 @@ docs: mkdocs build docs-push: - rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/ + rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/$(VERSION)/ .PHONY: docs