Skip to content

Commit

Permalink
Take things personally
Browse files Browse the repository at this point in the history
  • Loading branch information
mdminhazulhaque committed Jan 5, 2024
1 parent ec1d077 commit 0a32079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
python-version: '3.x'
- name: Install Sphinx
run: |
sudo apt-get install python-setuptools
pip install -r requirements.txt
pip install sphinx
pip install sphinx_rtd_theme
pip install sphinxemoji
pip install sphinxext.opengraph
- name: Build Pages
run: python -msphinx . docs
- name: Upload artifact
Expand Down

0 comments on commit 0a32079

Please sign in to comment.