Skip to content

Commit

Permalink
Update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Feb 4, 2022
1 parent 52de9ff commit af9bae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install boto smart_open sphinx sphinx-rtd-theme pythainlp
pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build sphinx documentation
run: |
cd docs && make html
Expand Down

0 comments on commit af9bae5

Please sign in to comment.