mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 02:54:13 +02:00
Updated directory paths
This commit is contained in:
6
.github/workflows/generate-readme.yml
vendored
6
.github/workflows/generate-readme.yml
vendored
@@ -4,8 +4,8 @@ name: Generate README
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'definitive-opensource/source/data/applications.json'
|
||||
- 'definitive-opensource/source/data/categories.json'
|
||||
- './source/data/applications.json'
|
||||
- './source/data/categories.json'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
run: pip install -r requirements.txt || true
|
||||
|
||||
- name: Run script to generate README
|
||||
run: python definitive-opensource/source/scripts/readme_generator.py
|
||||
run: python ./source/scripts/readme_generator.py
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user