From b46070141b232b0c4f32cd96861fff3f9c34e007 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:31:06 +0900 Subject: [PATCH] docs: Add submodules to actions/checkout https://github.com/peaceiris/actions-hugo/issues/42 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5de7640..a497f01 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ jobs: # runs-on: windows-2019 steps: - uses: actions/checkout@master + # with: + # submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2.2.0