diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7b5c3a07b36e7d0cd765488bee6bb24364bd8aa..079c50fcd3866e6883b8ced7c0d844ae4890b6ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/content/cloud/image-rotation/index.md b/content/cloud/image-rotation/index.md index 918e819d05702e240fb07ade35fec3ea252a7334..188b9a6b95e2fac6079871dbbed37589833c9a85 100644 --- a/content/cloud/image-rotation/index.md +++ b/content/cloud/image-rotation/index.md @@ -1,7 +1,7 @@ --- +title: "Image Rotation News" date: 2022-01-23T20:31:35+02:00 draft: false disableToc: true -GeekdocHidden: true ---