mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-13 08:58:39 +00:00
Script for releasing docs (#736)
* script for releasing docs * fix formatting
This commit is contained in:
parent
7522d2d1b0
commit
0f62e0b2ee
9
docs/release_docs.sh
Executable file
9
docs/release_docs.sh
Executable 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"
|
Loading…
x
Reference in New Issue
Block a user