Skip to content

Commit

Permalink
Fix deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Nov 19, 2020
1 parent 28c162d commit 4bfe6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Unshallow
run: git fetch --prune --unshallow
- uses: serras/setup-stack@v3
- uses: actions/cache@v2.1.3
name: Cache ~/.stack
Expand Down

0 comments on commit 4bfe6be

Please sign in to comment.