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