Use new workflows for push_main_ci
This commit is contained in:
parent
ba04755b95
commit
ac13729da1
|
|
@ -6,14 +6,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
setup_python:
|
setup_python:
|
||||||
name: Rebuild repo caches
|
name: Rebuild repo caches
|
||||||
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v1
|
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v2
|
||||||
with:
|
with:
|
||||||
apt-packages: "admesh, libadmesh-dev"
|
apt-packages: "admesh, libadmesh-dev"
|
||||||
pip-packages: "admesh imagekitio git+https://github.com/ChristophSchranz/Tweaker-3.git"
|
pip-packages: "admesh imagekitio git+https://github.com/ChristophSchranz/Tweaker-3.git"
|
||||||
python-cache-key: voronusers-python-cache
|
python-cache-key: voronusers-python-cache
|
||||||
preview_readme:
|
preview_readme:
|
||||||
name: Generate README
|
name: Generate README
|
||||||
uses: VoronDesign/.github/.github/workflows/generate-readme.yml@v1
|
uses: VoronDesign/.github/.github/workflows/generate-readme.yml@v2
|
||||||
with:
|
with:
|
||||||
subdirectory: printer_mods
|
subdirectory: printer_mods
|
||||||
commit_msg: "Generate VoronUsers printer_mods README.md [skip ci]"
|
commit_msg: "Generate VoronUsers printer_mods README.md [skip ci]"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue