Skip to content
Snippets Groups Projects
Verified Commit d570fdd2 authored by Martin Weise's avatar Martin Weise
Browse files

Next attempt in generating docs

parent 604d0d21
Branches
Tags
1 merge request!250Master
......@@ -624,7 +624,7 @@ docs-latest:
script:
- apt-get update && apt-get install -y git make sed
- git fetch && git checkout master
- pip install pipenv && pipenv install --dev --system --deploy
- pip install pipenv && pipenv install --dev --deploy
- mkdir -p ./final
- sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" .docs/redirect.html
- cp ./.docs/redirect.html ./final/index.html
......@@ -684,7 +684,7 @@ docs-1.4:
script:
- apt-get update && apt-get install -y git make sed wget
- git fetch && git checkout release-v1.4
- pip install pipenv && pipenv install --dev --system --deploy
- pip install pipenv && pipenv install --dev --deploy
- wget https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/.docs/overrides/main.html -O .docs/overrides/main.html -q
- mkdir -p ./final
- find .docs/ -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment