Skip to content

Commit

Permalink
feat(v4): use extended Hugo version 0.109.0 in all GitHub actions (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Jun 28, 2023
1 parent 17f042e commit 36202af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-theme-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test Theme v4

on:
push:
branches: "*"
branches: '*'
paths:
- 'v4/**'
pull_request:
branches: "*"
branches: '*'
paths:
- 'v4/**'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test Theme v3

on:
push:
branches: "*"
branches: '*'
paths:
- '!v4/**'
pull_request:
branches: "*"
branches: '*'
paths:
- '!v4/**'

Expand All @@ -20,8 +20,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
hugo-version: '0.109.0'
extended: true

- name: Run tests
run: ./testing/testing-example-site/test-theme.sh
8 changes: 4 additions & 4 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
hugo-version: '0.109.0'
extended: true

- name: Run tests
run: ./testing/testing-example-site/test-theme.sh
Expand All @@ -29,8 +29,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
hugo-version: '0.109.0'
extended: true

- name: Create new demo site
run: hugo new site /tmp/demo-site
Expand Down

0 comments on commit 36202af

Please sign in to comment.