Skip to content

Commit 40587db

Browse files
mpolson64facebook-github-bot
authored andcommitted
Temporarily remove publish-stable-website from deploy.yml (#1475)
Summary: Pull Request resolved: #1475 Reviewed By: lena-kashtelyan Differential Revision: D43699694 fbshipit-source-id: e3b2d21199140fb48dbf2f5268b342bd4b5953bb
1 parent 32501af commit 40587db

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,8 @@ jobs:
4343
run: |
4444
pytest -ra
4545
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-
6746
deploy:
6847

69-
needs: publish-stable-website # only run if previous step succeeds
7048
runs-on: ubuntu-latest
7149

7250
steps:

0 commit comments

Comments
 (0)