Skip to content

Commit cdc4de6

Browse files
committed
Try trigger documentation build
1 parent 15dcece commit cdc4de6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/documentation.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Documentation
22
on:
3-
push:
4-
tags:
5-
- v*
3+
pull_request:
4+
types: [opened, reopened]
65

76
jobs:
87
docs:
@@ -19,8 +18,8 @@ jobs:
1918
- name: Install pipenv
2019
uses: dschep/install-pipenv-action@v1
2120
- name: Install dependencies
22-
run: pipenv install --dev
23-
- name: Build docs
21+
run: pipenv install --dev
22+
- name: Build docs
2423
uses: ammaraskar/sphinx-action@master
2524
with:
2625
pre-build-command: "pip install sphinx_rtd_theme && sphinx-apidoc -f -o docs meilisearch/"
@@ -30,15 +29,15 @@ jobs:
3029
with:
3130
github_token: ${{ secrets.GITHUB_TOKEN }}
3231
publish_dir: docs/_build/html
33-
force_orphan: true
32+
force_orphan: true
33+
3434

3535

3636

3737

3838

3939

4040

41-
4241

4342

4443

0 commit comments

Comments
 (0)