mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Quartz sync: Jun 2, 2024, 7:57 PM
This commit is contained in:
parent
59adf670a0
commit
d43bbb3dd4
14
.github/workflows/deploy.yaml
vendored
14
.github/workflows/deploy.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user