diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7672e5b92..849911bd2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,13 +24,13 @@ jobs: submodules: recursive # Fetch submodules token: ${{ secrets.GH_PAT }} - - name: Update Submodule - run: | - git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" - git submodule update --remote --merge - git add . - git commit -m "Updated submodule content" - git push origin main + - name: Update Submodule + run: | + git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" + git submodule update --remote --merge + git add . + git commit -m "Updated submodule content" + git push origin main - uses: actions/setup-node@v3 with: