Skip to content

Commit 1c887a2

Browse files
committed
Update Hugo version in CI.
1 parent 2078053 commit 1c887a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: '0.83.1'
20+
hugo-version: '0.133.1'
2121
extended: true
2222

2323
- name: Build
@@ -29,4 +29,4 @@ jobs:
2929
args: deploy --dir public --alias hugo-robbymilo
3030
env:
3131
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
32-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
32+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)