Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/qgis/QGIS-Website into fix_…
Browse files Browse the repository at this point in the history
…oami_broken_link
  • Loading branch information
Xpirix committed Dec 17, 2024
2 parents 0a3d112 + bc311b8 commit 07fba3a
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 07fba3a

Please sign in to comment.