Fix submodules deploy error.

This commit is contained in:
Pietro Arancibia 2020-09-20 10:34:24 -03:00
parent 303b404783
commit 73d5642ea0
No known key found for this signature in database
GPG Key ID: 52E16F71B166E155
2 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ jobs:
steps: steps:
- name: Checkout master - name: Checkout master
uses: actions/checkout@v1 uses: actions/checkout@v2
with: with:
submodules: true submodules: recursive
- name: Hugo Deploy GitHub Pages - name: Hugo Deploy GitHub Pages
uses: benmatselby/hugo-deploy-gh-pages@master uses: benmatselby/hugo-deploy-gh-pages@master

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/hugo-orbit-theme"] [submodule "themes/hugo-orbit-theme"]
path = 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