Browse Source

Revert "fix CI build"

This reverts commit d84b85abbe.
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
c581075c61
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
run: pip install -U Sphinx furo myst-parser sphinx-copybutton
- name: Install requirements-dev
run: pip install -r requirements-dev.txt
- name: Run scripts/get-docs
run: ./script/get-docs


Loading…
Cancel
Save