Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
        with:
          submodules: true
          fetch-depth: 0
  • Loading branch information
attajak authored Jan 18, 2025
1 parent 0ae1072 commit 18e3b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
submodules: true
fetch-depth: 0
- name: Cache Hugo resources
uses: actions/cache@v4
env:
cache-name: cache-hugo-resources
with:
path: resources
key: ${{ env.cache-name }}
submodules: true
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "^1.23.0"
Expand Down

0 comments on commit 18e3b08

Please sign in to comment.