mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-12-21 18:50:44 -06:00
install optional deps
This commit is contained in:
parent
d4fad5a3c2
commit
66a6deba46
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -19,7 +19,9 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: nim docs
|
run: |
|
||||||
|
nim develop
|
||||||
|
nim docs
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue