Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrant3 committed May 10, 2024
1 parent 38e6618 commit 79e041f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 10000
- run: |
git status
git submodule status
Expand All @@ -24,7 +25,7 @@ jobs:
git submodule sync
git submodule status
git rev-parse --is-shallow-repository
git fetch --unshallow
git fetch
git rev-parse --is-shallow-repository
- uses: akhileshns/[email protected]
with:
Expand Down

0 comments on commit 79e041f

Please sign in to comment.