mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Push docs to specific version subfolder
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,3 +1,4 @@
|
|||||||
|
VERSION := 0.2
|
||||||
JULIA := julia --color=yes --project=.
|
JULIA := julia --color=yes --project=.
|
||||||
|
|
||||||
all: docs
|
all: docs
|
||||||
@@ -6,6 +7,6 @@ docs:
|
|||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
docs-push:
|
docs-push:
|
||||||
rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/
|
rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/$(VERSION)/
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|||||||
Reference in New Issue
Block a user