Skip to content

Commit

Permalink
Merge pull request #504 from Xpirix/fix_e2e_workflow
Browse files Browse the repository at this point in the history
Fix e2e workflow by specifying hugo version instead of using latest
  • Loading branch information
Xpirix authored Dec 17, 2024
2 parents 3f606c4 + 95a6881 commit bc311b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: 🛠️ Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest' # We will be alerted if our code has deprecated functions
# Using the latest value doesn't work for now.
# See https://github.com/peaceiris/actions-hugo/issues/652#issuecomment-2543985304
# and https://github.com/peaceiris/actions-hugo/issues/662
hugo-version: '0.139.4'
extended: true

- name: 🧱 Hugo build
Expand Down

0 comments on commit bc311b8

Please sign in to comment.