Skip to content

Commit

Permalink
gh workflows: use extended version of hugo
Browse files Browse the repository at this point in the history
Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq committed Jun 22, 2024
1 parent 571b755 commit 0ee6f5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
deploy:
check:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -18,6 +18,7 @@ jobs:
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.123.8'
extended: true

- name: Build
run: hugo --minify
run: hugo

0 comments on commit 0ee6f5a

Please sign in to comment.