Skip to content
Snippets Groups Projects
Commit 8bad31f8 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Merge branch 'fix/image-rotation-menu' into 'master'

fix(menu title): add title to the header of Image Rotation page

See merge request !94
parents 049a0033 3418bfb0
No related branches found
No related tags found
1 merge request!94fix(menu title): add title to the header of Image Rotation page
......@@ -22,8 +22,7 @@ deploy_cpanel:
- echo "{{</csv-table>}}" >> content/cloud/flavors/index.md
- cat content/cloud/flavors/index.md
- sed -i -e "s/BUILDIDTAG/$CI_COMMIT_SHORT_SHA/g" ./layouts/partials/site-footer.html
- curl https://cloud.gitlab-pages.ics.muni.cz/image-rotation/image-rotation-journal.md >> content/cloud/image-rotation/index.md
- 'grep -v "GeekdocHidden: true" "content/cloud/image-rotation/index.md" | sponge "content/cloud/image-rotation/index.md"'
- 'curl https://cloud.gitlab-pages.ics.muni.cz/image-rotation/image-rotation-journal.md | grep -v "# Image rotation news" | sponge "content/cloud/image-rotation/index.md"'
- python3 ci/image_rotation_news_gen.py
- hugo --config config.toml -D --destination=./public
......@@ -40,4 +39,4 @@ deploy_cpanel:
- latest_commit=$(git log -1 --pretty=format:%h )
- "curl -H 'Cache-Control: no-cache' https://docs.cloud.muni.cz | grep $latest_commit"
only:
- master
\ No newline at end of file
- master
---
title: "Image Rotation News"
date: 2022-01-23T20:31:35+02:00
draft: false
disableToc: true
GeekdocHidden: true
---
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