mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-02-05 17:34:02 +00:00
docs: bump actions/checkout to v2
This commit is contained in:
parent
a3f7ea4140
commit
33d3f73fc7
@ -82,9 +82,9 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1 # v2 does not have submodules option now
|
- uses: actions/checkout@v2
|
||||||
# with:
|
with:
|
||||||
# submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user