Loading .github/workflows/deploy.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: deploy: deploy: runs-on: ubuntu-latest runs-on: ubuntu-latest steps: steps: - uses: actions/checkout@v2 - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: with: submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod Loading Loading
.github/workflows/deploy.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: deploy: deploy: runs-on: ubuntu-latest runs-on: ubuntu-latest steps: steps: - uses: actions/checkout@v2 - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: with: submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod Loading