Skip to content

Commit

Permalink
add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhickson authored Jul 27, 2023
1 parent 6a6d134 commit 090df52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish_wps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: |
- name: Install Sphinx packages
run: |
pip install Sphinx==4.5.0
pip install sphinx-design==0.0.13
pip install sphinx-rtd-theme==1.2.0
- name: build docs
run: |
make clean html

0 comments on commit 090df52

Please sign in to comment.