Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas authored Apr 22, 2024
1 parent f775d3b commit 3c3d0e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
channels: conda-forge
python-version: 3.9.10

- name: build (windows)
- name: install Sphinx and nbsphinx
run: |
conda install compas
pip install -r requirements-dev.txt
pip install nbsphinx
- name: build (windows)
run: |
invoke docs
- uses: compas-dev/[email protected]
Expand Down Expand Up @@ -77,4 +81,4 @@ jobs:
build_dir: ./
keep_history: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c3d0e1

Please sign in to comment.