Skip to content

Commit

Permalink
build: update scripts-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao authored Aug 9, 2024
1 parent c0c9e54 commit d3861ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scripts-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Reset to HEAD
run: |
git fetch origin
git reset --hard FETCH_HEAD
- name: Update static
run: |
yarn scripts:update
Expand Down

0 comments on commit d3861ce

Please sign in to comment.