mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-08-31 21:39:27 +00:00
This commit is contained in:
parent
68d7c22b7c
commit
dafff6a9a2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/update-modlist.yml
vendored
10
.github/workflows/update-modlist.yml
vendored
|
@ -3,7 +3,7 @@ name: Update Mod List
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'scripts/update_modlist.py'
|
||||
- 'update-modlist.js'
|
||||
- '.github/workflows/update-modlist.yml'
|
||||
- 'README.md'
|
||||
- '**/README.md'
|
||||
|
@ -17,13 +17,13 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
python-version: '3.x'
|
||||
node-version: '20'
|
||||
|
||||
- name: Run mod list updater
|
||||
run: python scripts/update_modlist.py
|
||||
run: node update-modlist.js
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue