Browse Source

Revert "test build with different action"

This reverts commit 12b4654458.
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
4890561037
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      .github/workflows/docs.yml

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

@ -28,11 +28,8 @@ jobs:
- name: Run scripts/get-docs
run: ./script/get-docs
- name: Build Sphinx
uses: ammaraskar/sphinx-action@8.2.3
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . _build"
- name: Run scripts/build-docs
run: ./script/build-docs
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v4


Loading…
Cancel
Save