Skip to content

Commit 1a1fc41

Browse files
author
marci
committed
Aktualisiere Hugo-Version auf "latest" und korrigiere die Einrückung im Workflow
1 parent a810183 commit 1a1fc41

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Deploy to Github Pages
44
on:
55
push:
66
branches: ["main"]
7-
8-
workflow_dispatch:
7+
workflow_dispatch:
98

109
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1110
permissions:
@@ -26,7 +25,7 @@ jobs:
2625
build:
2726
runs-on: ubuntu-latest
2827
env:
29-
HUGO_VERSION: 0.148.0
28+
HUGO_VERSION: latest
3029
HUGO_ENVIRONMENT: production
3130
TZ: Europe/Berlin
3231
steps:

0 commit comments

Comments
 (0)