Skip to content

Commit

Permalink
Temporarily remove publish-stable-website from deploy.yml (#1475)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1475

Reviewed By: lena-kashtelyan

Differential Revision: D43699694

fbshipit-source-id: e3b2d21199140fb48dbf2f5268b342bd4b5953bb
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Mar 1, 2023
1 parent 32501af commit 40587db
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,8 @@ jobs:
run: |
pytest -ra
publish-stable-website:

needs: tests-and-coverage # only run if previous step succeeds
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install dependencies
run: |
# use stable Botorch
pip install -e ".[tutorial]"
- name: Publish latest website
env:
DOCUSAURUS_PUBLISH_TOKEN: ${{ secrets.DOCUSAURUS_PUBLISH_TOKEN }}
run: |
bash scripts/publish_site.sh -d -k python3 -v ${{ github.event.release.tag_name }}
deploy:

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

steps:
Expand Down

0 comments on commit 40587db

Please sign in to comment.