Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
fd33d12d
Verified
Commit
fd33d12d
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated docs
parent
2da9f2cd
No related branches found
No related tags found
3 merge requests
!237
Resolve "Proxy settings"
,
!232
Draft: Master
,
!231
CI: Remove build for log-service
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
fd33d12d
...
...
@@ -594,9 +594,9 @@ docs-latest:
-
git fetch && git checkout master
-
pip install -r ./requirements.txt
-
mkdir -p ./final/{latest,1.3}
-
sed -i -e "s/\$TAG/${VERSION}/g"
-
sed -i -e "s/\$VERSION/${VERSION}/g"
-
mkdocs build && cp -r ./site ./final/latest
-
find ./final/latest -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
-
find ./final/latest -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \;
-
cp ./.docs/redirect.html ./final/index.html ./final/1.3/index.html
-
cp -r ./swagger/latest ./final/latest/swagger
cache
:
...
...
@@ -654,9 +654,9 @@ docs-1.4:
-
pip install -r ./.docs/requirements.txt
-
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
-
sed -i -e "s/\$TAG/${VERSION}/g"
-
sed -i -e "s/\$VERSION/${VERSION}/g"
-
mkdocs build && cp -r ./site ./final/${VERSION}
-
find ./final/${VERSION} -type f -exec sed -i -e "s/\$TAG/${VERSION}/g" {} \;
-
find ./final/${VERSION} -type f -exec sed -i -e "s/\$VERSION/${VERSION}/g" {} \;
-
cp -r ./swagger/${VERSION} ./final/${VERSION}/swagger
cache
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment