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 5aa000a + 3d97e7b commit 2d04e33Copy full SHA for 2d04e33
.github/workflows/gh-pages.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy:
11
runs-on: ubuntu-22.04
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
with:
15
submodules: true # Fetch Hugo themes (true OR recursive)
16
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
.github/workflows/htmltest.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Htmltest
6
runs-on: ubuntu-latest
7
8
9
0 commit comments