Skip to content

Commit

Permalink
Update actions to use hugo extended
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsloop-ss committed Feb 10, 2024
1 parent aa16177 commit 71a4d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
extended: true

- name: Build the Hugo site
run: hugo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
extended: true

- name: Build Hugo site
run: hugo
Expand Down

0 comments on commit 71a4d50

Please sign in to comment.