Update AutoUpdate.yml
This commit is contained in:
parent
257eb23e83
commit
fb6b855530
1 changed files with 1 additions and 0 deletions
1
.github/workflows/AutoUpdate.yml
vendored
1
.github/workflows/AutoUpdate.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
python-version: 3.8
|
||||
- name: Build
|
||||
run: |
|
||||
git ls-files | while read file; do touch -d $(git log -1 --format="@%ct" "$file") "$file"; done
|
||||
python3 generate.py
|
||||
npm install
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue