Skip to content

Commit

Permalink
use newest hugo in azure swa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martdegraaf committed Oct 30, 2024
1 parent 9a7efc6 commit cad1227
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
HUGO_BASEURL: "${{ env.IS_PRODUCTION == 'true' && env.PRODUCTION_URL || env.STAGING_URL }}"
HUGO_BUILDDRAFTS: "${{ env.IS_PRODUCTION == 'false' }}"
HUGO_BUILDFUTURE: "${{ env.IS_PRODUCTION == 'false' }}"
HUGO_VERSION: 0.115.3
test:
env:
working-directory: ./src/e2e
Expand Down

0 comments on commit cad1227

Please sign in to comment.