From 13d694636eb5ad76c3fe68d325397bf12d6356aa Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:29:34 +0900 Subject: [PATCH] docs: Add submodules to actions/checkout https://github.com/peaceiris/actions-hugo/issues/42 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1351273..62ba520 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,13 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master + # with: + # submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2.2.0 with: - hugo-version: '0.58.2' + hugo-version: '0.58.3' - name: Build run: hugo --gc --minify --cleanDestinationDir