From 73d5642ea03b2963332841858b24cd3f4a6db05a Mon Sep 17 00:00:00 2001 From: Pietro Arancibia Date: Sun, 20 Sep 2020 10:34:24 -0300 Subject: [PATCH] Fix submodules deploy error. --- .github/workflows/deploy.yml | 4 ++-- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e40060d..1851449 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 8663da1..e03b6b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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