Skip to content

Commit

Permalink
workflow: generate auto-gnerated content
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Mar 3, 2024
1 parent 88077be commit 20172ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Generate auto-generated code
run: make
workdir: assets/
- name: Update modification date and commit info
run: make modify-date
- name: Build and Commit
Expand Down

0 comments on commit 20172ec

Please sign in to comment.