Skip to content

Commit fb64661

Browse files
committed
docs build
1 parent 30c1508 commit fb64661

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docs.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ on:
1313
jobs:
1414
build:
1515
name: build and deploy docs
16-
runs-on: ubuntu-latest
16+
runs-on: windows-latest
17+
defaults:
18+
run:
19+
shell: bash -l {0}
1720
steps:
1821
- uses: actions/checkout@v2
1922

@@ -22,17 +25,21 @@ jobs:
2225
miniconda-version: "latest"
2326
activate-environment: occ
2427
channels: conda-forge
28+
python-version: 3.7
2529

2630
- name: build
2731
run: |
2832
conda install compas pythonocc-core -y
2933
pip install -r requirements-dev.txt
34+
invoke docs
3035
3136
- uses: compas-dev/compas-actions.docs@v1.2.1
3237
id: docs
3338
with:
3439
dest: deploy
3540
build_to_subfolder: true
41+
install_dependencies: false
42+
build_docs: false
3643

3744
- name: Deploy docs
3845
if: success() && steps.docs.outputs.commit_type != 'pull'

0 commit comments

Comments
 (0)