Skip to content
Snippets Groups Projects
Commit 50d7c56c authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Version only valid docs

parent c93488a9
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -7,7 +7,9 @@ set +e
BRANCH=$(cat ../../.git/HEAD | awk -F '/' '{print $NF}')
for tag in $(git tag)
do yarn run docusaurus docs:version $tag
if [[ -d docs ]]; then
yarn run docusaurus docs:version $tag
fi
done
git checkout $BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment