Browse Source

fix CI build

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
d84b85abbe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/docs.yml

+ 2
- 2
.github/workflows/docs.yml View File

@ -22,8 +22,8 @@ jobs:
with:
python-version: "3.12"
- name: Install requirements-dev
run: pip install -r requirements-dev.txt
- name: Install requirements
run: pip install -U Sphinx furo myst-parser sphinx-copybutton
- name: Run scripts/get-docs
run: ./script/get-docs


Loading…
Cancel
Save