haystack/docs/release_docs.sh
Branden Chan b8a3c930f0
Remove unneeded files in docs directory (#2237)
* Clean directory

* Update Documentation & Code Style

* Remove unneeded files

* Update Readme WIP

* Update readme

* Bring back release_docs.sh

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai>
2022-03-16 17:37:15 +01:00

9 lines
188 B
Bash

#!/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"