File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313jobs :
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/[email protected] 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'
You can’t perform that action at this time.
0 commit comments