Skip to content
Snippets Groups Projects
Commit 0078df8b authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

modified: .gitlab-ci.yml

parent 8263041d
No related branches found
No related tags found
1 merge request!430fix
Pipeline #31798 passed with warnings
...@@ -77,7 +77,7 @@ mkdocs: ...@@ -77,7 +77,7 @@ mkdocs:
# generate site_url # generate site_url
- (if [ "${CI_BUILD_REF_NAME}" != 'master' ]; then sed -i "s/\(site_url.*$\)/\1devel\/$CI_BUILD_REF_NAME\//" mkdocs.yml;fi); - (if [ "${CI_BUILD_REF_NAME}" != 'master' ]; then sed -i "s/\(site_url.*$\)/\1devel\/$CI_BUILD_REF_NAME\//" mkdocs.yml;fi);
# generate ULT for code link # generate ULT for code link
- sed -i "s/master/$CI_BUILD_REF_NAME/g" material/partials/toc.html # - sed -i "s/master/$CI_BUILD_REF_NAME/g" material/partials/toc.html
# regenerate modules matrix # regenerate modules matrix
- python scripts/modules_matrix.py > docs.it4i/modules-matrix.md - python scripts/modules_matrix.py > docs.it4i/modules-matrix.md
- python scripts/modules_matrix.py --json > docs.it4i/modules-matrix.json - python scripts/modules_matrix.py --json > docs.it4i/modules-matrix.json
......
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