Update docs

This commit is contained in:
2024-05-09 09:59:07 -05:00
parent 0835f0bf8f
commit de0339f7be
3 changed files with 3 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
# Released under the modified BSD license. See COPYING.md for more details.
VERSION := 0.3
VERSION := 0.4
docs:
cd docs; julia --project=. make.jl; cd ..
cd docs; julia --project=. -e 'include("make.jl"); make()'; cd ..
rsync -avP --delete-after docs/build/ ../docs/$(VERSION)/
.PHONY: docs