Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 4bfe6be

Browse files
committed
Fix deployment CI
1 parent 28c162d commit 4bfe6be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/[email protected]
11+
- name: Unshallow
12+
run: git fetch --prune --unshallow
1113
- uses: serras/setup-stack@v3
1214
- uses: actions/[email protected]
1315
name: Cache ~/.stack

0 commit comments

Comments
 (0)