Skip to content
Snippets Groups Projects
Commit 87717394 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Fixed wiki doc generation to the empty wiki repo.

parent 0a8a1587
No related branches found
No related tags found
1 merge request!57Improvements in dist-tag detection rules to correctly publish NPM package
......@@ -93,6 +93,8 @@ fi
echo "Documentation storage dir: ${DOC_STORAGE_DIR}"
mkdir -vp "${DOC_STORAGE_DIR}"
mkdir -vp "${WIKI_REPO_DIR}/non-stable/"
touch "${WIKI_REPO_DIR}/non-stable/.gitkeep"
git add "${WIKI_REPO_DIR}/non-stable/.gitkeep"
......@@ -121,4 +123,4 @@ echo "Documentation is available at url: ${DOC_URL}"
popd
echo GEN_DOC_URL="${DOC_URL}" > "${PROJECT_DIR}/gen_doc.env"
echo GEN_DOC_URL="${DOC_URL}" > "gen_doc.env"
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