Skip to content

Commit 14fe613

Browse files
ZedThreegnikit
authored andcommitted
CI: Use sphinx-toolbox fork of sphinx-action
1 parent 199dccd commit 14fe613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
docs:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
9-
- uses: ammaraskar/sphinx-action@master
8+
- uses: actions/checkout@v2
9+
- uses: sphinx-toolbox/sphinx-action@master
1010
with:
1111
pre-build-command: "pip install .[docs]"
1212
docs-folder: "docs/"

0 commit comments

Comments
 (0)