mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Use markdown-code-runner instead of packaged solution (#505)
* Use markdown-code-runner instead of packaged solution * add debug
This commit is contained in:
parent
cc8ce29a8a
commit
8108bd0a4b
3 changed files with 5 additions and 201 deletions
9
.github/workflows/update-readme.yml
vendored
9
.github/workflows/update-readme.yml
vendored
|
|
@ -5,10 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths:
|
||||
- ".github/update-readme.py"
|
||||
- "README.md"
|
||||
- ".github/workflows/update-readme.yml"
|
||||
- "custom_components/adaptive_lighting/const.py"
|
||||
- "github/workflows/update-readme.yml"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
@ -25,10 +24,10 @@ jobs:
|
|||
|
||||
- name: Install pandas and tabulate
|
||||
run: |
|
||||
pip install pandas tabulate
|
||||
pip install markdown-code-runner pandas tabulate
|
||||
|
||||
- name: Run update-readme.py
|
||||
run: python ./.github/update-readme.py
|
||||
- name: Run markdown-code-runner
|
||||
run: markdown-code-runner --debug README.md
|
||||
|
||||
- name: Commit updated README.md
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue