File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
pytest -ra
45
45
46
- publish-stable-website :
47
-
48
- needs : tests-and-coverage # only run if previous step succeeds
49
- runs-on : ubuntu-latest
50
-
51
- steps :
52
- - uses : actions/checkout@v2
53
- - name : Set up Python
54
- uses : actions/setup-python@v2
55
- with :
56
- python-version : " 3.8"
57
- - name : Install dependencies
58
- run : |
59
- # use stable Botorch
60
- pip install -e ".[tutorial]"
61
- - name : Publish latest website
62
- env :
63
- DOCUSAURUS_PUBLISH_TOKEN : ${{ secrets.DOCUSAURUS_PUBLISH_TOKEN }}
64
- run : |
65
- bash scripts/publish_site.sh -d -k python3 -v ${{ github.event.release.tag_name }}
66
-
67
46
deploy :
68
47
69
- needs : publish-stable-website # only run if previous step succeeds
70
48
runs-on : ubuntu-latest
71
49
72
50
steps :
You can’t perform that action at this time.
0 commit comments