Skip to content

Commit

Permalink
unshallow repo before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrant3 committed May 10, 2024
1 parent c22fdf4 commit 4a12e26
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 @@ -22,6 +22,8 @@ jobs:
git submodule status
git status --porcelain
git rev-parse --is-shallow-repository
git fetch --unshallow
git rev-parse --is-shallow-repository
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 4a12e26

Please sign in to comment.