docs: bump actions/checkout to v2
This commit is contained in:
parent
a3f7ea4140
commit
33d3f73fc7
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1 # v2 does not have submodules option now
|
||||
# with:
|
||||
# submodules: true
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
|
|
Loading…
Reference in a new issue