diff --git a/README.md b/README.md index 3936e2a2b..6ea091da2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,8 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: true + submodules: true # Fetch Hugo themes + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: peaceiris/actions-hugo@v2