diff --git a/.github/workflows/generate-readme.yml b/.github/workflows/generate-readme.yml index 6483d49..3c0a7bf 100644 --- a/.github/workflows/generate-readme.yml +++ b/.github/workflows/generate-readme.yml @@ -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: |