Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jun 5, 2024
1 parent fb633e7 commit 741f927
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update resource pack

on:
schedule:
- cron: "30 16 * * *"
- cron: "40 17 * * *"

jobs:
build:
Expand All @@ -27,7 +27,9 @@ jobs:
pip install -r requirements.txt
- name: Update language files
run: git submodule foreach 'git pull origin master'
run: |
git config pull.rebase false
git submodule foreach 'git pull origin master'
- name: Update resource pack
run: python pack.py
Expand Down

0 comments on commit 741f927

Please sign in to comment.