Skip to content

Commit

Permalink
Update Team Page
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Aug 8, 2024
1 parent ffbbb19 commit 60ac0de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-production-same-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
submodules: 'recursive'

- name: Update Submodules
run: |
git submodule update --init --recursive --remote
- name: Initialize GH User
run: |
git config user.name "GitHub Actions"
Expand Down

0 comments on commit 60ac0de

Please sign in to comment.