diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42ffa68a09a9056885de9a9baa3a94a3c19b7fb1..dfa028a5b1040ec01cc32c7f62e45dfd262deb6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod