Fix submodules deploy error.
This commit is contained in:
parent
303b404783
commit
73d5642ea0
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Hugo Deploy GitHub Pages
|
||||
uses: benmatselby/hugo-deploy-gh-pages@master
|
||||
|
||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "themes/hugo-orbit-theme"]
|
||||
path = themes/hugo-orbit-theme
|
||||
url = git@github.com:aerohub/hugo-orbit-theme.git
|
||||
url = https://github.com/aerohub/hugo-orbit-theme.git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user