Skip to content

Commit

Permalink
fix hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
basilesimon committed Sep 2, 2024
1 parent 5056dca commit 035615e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Deploy to GitHub Pages'
name: "Deploy to GitHub Pages"

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.85.0'
hugo-version: "0.133.0"
extended: true

- name: Build
Expand Down

0 comments on commit 035615e

Please sign in to comment.