Skip to content

Commit

Permalink
chore: generate_readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Feb 4, 2024
1 parent e3ca98a commit 9fc895b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:

- uses: actions/[email protected]

- run: node script/update.js
continue-on-error: true
- id: check
run: node script/check.js

- if: ${{ steps.check.outcome == 'success' }}
run: node script/update.js

- name: Git commit
id: commit
Expand Down

0 comments on commit 9fc895b

Please sign in to comment.