mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
Use markdown-code-runner==2.1.0 (#1152)
* Use `markdown-code-runner==2.1.0` * Use correct arg * uv run * Update README.md, strings.json, and services.yaml
This commit is contained in:
parent
f8719994a6
commit
9a2466cc6f
5 changed files with 25 additions and 25 deletions
8
.github/workflows/update-readme.yml
vendored
8
.github/workflows/update-readme.yml
vendored
|
|
@ -24,16 +24,16 @@ jobs:
|
|||
|
||||
- name: Install markdown-code-runner and README code dependencies
|
||||
run: |
|
||||
pip install markdown-code-runner==1.0.0 pandas tabulate
|
||||
uv pip install markdown-code-runner==2.1.0 pandas tabulate
|
||||
|
||||
- name: Run markdown-code-runner
|
||||
run: markdown-code-runner --debug README.md
|
||||
run: uv run markdown-code-runner --verbose README.md
|
||||
|
||||
- name: Run update services.yaml
|
||||
run: python .github/update-services.py
|
||||
run: uv run python .github/update-services.py
|
||||
|
||||
- name: Run update strings.json
|
||||
run: python .github/update-strings.py
|
||||
run: uv run python .github/update-strings.py
|
||||
|
||||
- name: Commit updated README.md, strings.json, and services.yaml
|
||||
id: commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue