Update push_main_ci.yml

This commit is contained in:
Florian Heilmann 2023-08-24 00:52:42 +02:00 committed by GitHub
parent d092065d40
commit e66f1c1968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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@v3 uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@latest
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@v3 uses: VoronDesign/.github/.github/workflows/generate-readme.yml@latest
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]"