Skip to content

Commit 493a963

Browse files
committed
Tidy workflow
1 parent 821b309 commit 493a963

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/documentation.yaml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pages
1+
name: Deploy Documentation
22
on:
33
push:
44
branches:
@@ -11,13 +11,9 @@ jobs:
1111
uses: actions/checkout@master
1212
with:
1313
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
14-
- name: Update docs
15-
run: |
16-
pip install .
17-
pip install sphinx sphinx-rtd-theme
18-
cd doc
19-
make html
20-
- name: Build and Commit
14+
- name: Install ANNchor from git
15+
run: pip install .
16+
- name: Build and Commit docs
2117
uses: sphinx-notes/pages@master
2218
with:
2319
documentation_path: doc

0 commit comments

Comments
 (0)