mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 12:51:00 +00:00
chore: bump hugo and ubuntu versions
This commit is contained in:
parent
99dce54fcc
commit
737ac82d71
3 changed files with 2 additions and 5 deletions
2
.github/workflows/redeploy.yaml
vendored
2
.github/workflows/redeploy.yaml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
redeploy:
|
redeploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- env:
|
- env:
|
||||||
DEPLOY_HOOK: ${{ secrets.DEPLOY_HOOK }}
|
DEPLOY_HOOK: ${{ secrets.DEPLOY_HOOK }}
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,6 @@ languageCode: "en-us"
|
||||||
|
|
||||||
theme: PaperMod
|
theme: PaperMod
|
||||||
|
|
||||||
author:
|
|
||||||
name: Julian Tölle
|
|
||||||
|
|
||||||
params:
|
params:
|
||||||
DateFormat: "2006-01-02"
|
DateFormat: "2006-01-02"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"env": {
|
"env": {
|
||||||
"HUGO_VERSION": "0.121.1"
|
"HUGO_VERSION": "0.147.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"headers": [
|
"headers": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue