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 bb4fe4a commit a2d481eCopy full SHA for a2d481e
.github/workflows/gh-pages.yml
@@ -7,20 +7,20 @@ on:
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
11
defaults:
12
run:
13
working-directory: ./docs
14
steps:
15
- uses: actions/checkout@v2
16
with:
17
- submodules: recursive # Fetch the Docsy theme
18
- fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+ submodules: true
+ fetch-depth: 0
19
20
- name: Setup Hugo
21
uses: peaceiris/actions-hugo@v2
22
23
- hugo-version: '0.96.0'
+ hugo-version: '0.120.4'
24
extended: true
25
26
- name: Setup Node
0 commit comments