Skip to content

Commit 330f287

Browse files
committed
.
1 parent 52c20a5 commit 330f287

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
- name: Install doxygen
2727
run: sudo apt-get install -y doxygen
2828

29+
- name: Install self
30+
run: pip install -e .[develop]
31+
2932
- uses: actions-ext/yardang@main
3033
with:
3134
token: ${{ secrets.GITHUB_TOKEN }}
3235

3336
- name: Build Wiki
34-
run: |
35-
pip install -e .[develop]
36-
yardang wiki --output-dir docs/wiki
37+
run: yardang wiki --output-dir docs/wiki
3738

3839
- name: Upload Documentation to Wiki
3940
uses: Andrew-Chen-Wang/github-wiki-action@v5

0 commit comments

Comments
 (0)