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 Sep 22, 2023
1 parent 67f19de commit 533086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt install pandoc
python -m pip install --upgrade pip
pip install boto smart_open sphinx sphinx-rtd-theme pythainlp
pip install -e .
pip install -e .[full]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build sphinx documentation
run: |
Expand Down

0 comments on commit 533086e

Please sign in to comment.