We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f949c3 commit 9e2fc41Copy full SHA for 9e2fc41
.github/workflows/github-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
wget -O "${{ runner.temp }}/hugo.deb" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb" \
32
&& sudo dpkg -i "${{ runner.temp }}/hugo.deb"
33
- name: checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
with:
36
submodules: recursive
37
- name: setup nodejs
0 commit comments