[CI] Updated build-website.yml (#141)

This commit is contained in:
Philippe Tillet
2021-07-23 00:38:25 -07:00
committed by Philippe Tillet
parent bd70f10668
commit 52d311f302

View File

@@ -15,7 +15,7 @@ jobs:
- bash: | - bash: |
set -o errexit set -o errexit
cd python cd python
python setup.py develop pip3 install -e .
displayName: Install dependencies displayName: Install dependencies
- bash: | - bash: |
cd docs cd docs