We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8032e43 commit 24b01ecCopy full SHA for 24b01ec
1 file changed
.github/workflows/hugo.yaml
@@ -18,10 +18,10 @@ jobs:
18
build:
19
runs-on: ubuntu-latest
20
env:
21
- DART_SASS_VERSION: 1.90.0
22
- GO_VERSION: 1.24.5
23
- HUGO_VERSION: 0.148.2
24
- NODE_VERSION: 22.18.0
+ DART_SASS_VERSION: 1.93.3
+ GO_VERSION: 1.25.4
+ HUGO_VERSION: 0.152.2
+ NODE_VERSION: 24.11.0
25
TZ: Europe/Oslo
26
outputs:
27
pages_base_url: ${{ steps.pages.outputs.base_url }}
@@ -129,7 +129,7 @@ jobs:
129
swap_urls: |
130
${{ format('{{ "^{0}" : "" }}', needs.build.outputs.pages_base_path) }}
131
- name: Install libxml2-utils
132
- run: sudo apt-get install libxml2-utils
+ run: sudo apt update && sudo apt install libxml2-utils
133
- name: Verify that RSS and sitemap are valid XML
134
run: |
135
xmllint --noout ./index.xml
0 commit comments