Compare commits
1 Commits
renovate/g
...
c88828cd49
Author | SHA1 | Date | |
---|---|---|---|
c88828cd49 |
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:41.62.4
|
container: ghcr.io/renovatebot/renovate:39.222.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/getzola/zola:v0.21.0 as zola
|
FROM ghcr.io/getzola/zola:v0.20.0 as zola
|
||||||
|
|
||||||
COPY . /project
|
COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
+++
|
|
||||||
title = "Updates-Sucks"
|
|
||||||
description = "A command-line tool for automating software version monitoring for DevOps engineers and system administrators."
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tags = ["Golang", "Monitoring", "DevOps", "Versioning", "Repositories" ]
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
local_image = "projects/rustysearch/doteki_logo.webp"
|
|
||||||
social_media_card = "social_cards/projects_doteki.jpg"
|
|
||||||
canonical_url = "https://alexohneander.de/projects/updates-sucks/"
|
|
||||||
add_src_to_code_block = true
|
|
||||||
+++
|
|
Binary file not shown.
Before Width: | Height: | Size: 261 KiB |
@@ -66,9 +66,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
|
||||||
</p>
|
|
||||||
{# Footer menu #}
|
{# Footer menu #}
|
||||||
<nav class="nav-navs">
|
<nav class="nav-navs">
|
||||||
{%- if config.extra.footer_menu %}
|
{%- if config.extra.footer_menu %}
|
||||||
|
Reference in New Issue
Block a user