haystack/docs/release_docs.sh
ZanSara 3ffdb0a9a3
chore: fix all EOF (#3852)
* fix all eof

* fix test

* fix test

* fix test

* typo

* fix sample

* fix sample

* add logs

* fix page_dynamic_result.txt
2023-01-16 12:34:50 +01:00

10 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
# Purpose : Release a new docs version
# Input: New docs version
# Create folder for new docs veresion
mkdir "$1"
cp -a make.bat Makefile _src "$1"