Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mara-Li <[email protected]>
  • Loading branch information
Mara-Li committed Feb 20, 2024
1 parent 3bcd12c commit 02a6057
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.14
- name: Fetch submodules
run: |
git submodule update --init --recursive --checkout -f --remote -- "${{github.event.client_payload.module}}"
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
git commit -am "chore (update): ${{github.event.client_payload.module}} - ${{github.event.client_payload.sha}}"
git push
- name: Install Dependencies
run: npm ci
- name: Build Quartz
Expand Down

0 comments on commit 02a6057

Please sign in to comment.