We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c20a5 commit 330f287Copy full SHA for 330f287
.github/workflows/docs.yaml
@@ -26,14 +26,15 @@ jobs:
26
- name: Install doxygen
27
run: sudo apt-get install -y doxygen
28
29
+ - name: Install self
30
+ run: pip install -e .[develop]
31
+
32
- uses: actions-ext/yardang@main
33
with:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Build Wiki
- run: |
- pip install -e .[develop]
- yardang wiki --output-dir docs/wiki
37
+ run: yardang wiki --output-dir docs/wiki
38
39
- name: Upload Documentation to Wiki
40
uses: Andrew-Chen-Wang/github-wiki-action@v5
0 commit comments