Script for releasing docs (#736)

* script for releasing docs

* fix formatting
This commit is contained in:
Markus Paff 2021-01-21 10:58:54 +01:00 committed by GitHub
parent 7522d2d1b0
commit 0f62e0b2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
docs/release_docs.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Purpose : Release a new docs version
# Input: New docs version
# Create folder for new docs veresion
mkdir "$1"
cp -ar make.bat Makefile _src static templates "$1"