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.
2 parents 57a35f0 + 80f06bf commit 62391c8Copy full SHA for 62391c8
.github/workflows/gh-pages.yaml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Install Hugo
30
run: sudo snap install --channel=extended/stable hugo
31
- name: Setup Pages
.github/workflows/pull-request.yaml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
GIT_CONFIG_NOSYSTEM: "1"
14
15
16
17
18
- name: Try to build website
0 commit comments