Fix README workflow pack root
This commit is contained in:
@@ -21,10 +21,10 @@ jobs:
|
||||
run: python -m pip install pillow
|
||||
|
||||
- name: Build readme
|
||||
run: python build/scripts/build_readme.py --pack-root resourcepack --output-dir build --copy-renders
|
||||
run: python build/scripts/build_readme.py --pack-root . --output-dir build --copy-renders
|
||||
|
||||
- name: Render model previews
|
||||
run: python build/scripts/render_client_items.py --manifest build/renameable-items.json --pack-root resourcepack --output-dir build
|
||||
run: python build/scripts/render_client_items.py --manifest build/renameable-items.json --pack-root . --output-dir build
|
||||
|
||||
- name: Commit generated readme and renders
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user