Skip to content

Commit 1797ce0

Browse files
committed
Update deploy workflow
1 parent ec49264 commit 1797ce0

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
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.161.1
28+
HUGO_VERSION: 0.163.3
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:
@@ -91,5 +91,4 @@ jobs:
9191
steps:
9292
- name: Deploy to GitHub Pages
9393
id: deployment
94-
uses: actions/deploy-pages@v4
95-
94+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)