Skip to content

Commit adaa84f

Browse files
committed
Merge pull request #354 from Simple-Robotics/pixi/add-doc-feature
pixi : add doc feature and task
2 parents 427555f + dbb8599 commit adaa84f

File tree

3 files changed

+3039
-1377
lines changed

3 files changed

+3039
-1377
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Build documentation
3737
shell: bash -l {0}
3838
run: |
39-
pixi run configure
40-
cmake --build build --config Release --target doc
39+
pixi run -e all doc
4140
4241
- name: Upload to GitHub pages
4342
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)