Skip to content

Commit 5facff7

Browse files
author
kumar
committed
added name for document build stage
1 parent 3810026 commit 5facff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: dschep/install-pipenv-action@v1
2121
- name: Install dependencies
2222
run: pipenv install --dev
23-
- uses: ammaraskar/sphinx-action@master
23+
- name: Build docs
24+
uses: ammaraskar/sphinx-action@master
2425
with:
2526
pre-build-command: "pip install sphinx_rtd_theme && sphinx-apidoc -f -o docs meilisearch/"
2627
docs-folder: "docs/"

0 commit comments

Comments
 (0)