Commit fb64661 1 parent 30c1508 commit fb64661 Copy full SHA for fb64661
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
build :
15
15
name : build and deploy docs
16
- runs-on : ubuntu-latest
16
+ runs-on : windows-latest
17
+ defaults :
18
+ run :
19
+ shell : bash -l {0}
17
20
steps :
18
21
- uses : actions/checkout@v2
19
22
@@ -22,17 +25,21 @@ jobs:
22
25
miniconda-version : " latest"
23
26
activate-environment : occ
24
27
channels : conda-forge
28
+ python-version : 3.7
25
29
26
30
- name : build
27
31
run : |
28
32
conda install compas pythonocc-core -y
29
33
pip install -r requirements-dev.txt
34
+ invoke docs
30
35
31
36
- uses : compas-dev/compas-actions.docs@v1.2.1
32
37
id : docs
33
38
with :
34
39
dest : deploy
35
40
build_to_subfolder : true
41
+ install_dependencies : false
42
+ build_docs : false
36
43
37
44
- name : Deploy docs
38
45
if : success() && steps.docs.outputs.commit_type != 'pull'
You can’t perform that action at this time.
0 commit comments