Skip to content

Commit

Permalink
Update gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 1, 2023
1 parent 4e20bc2 commit d9cfe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt && pip install sphinxcontrib-googleanalytics
pip install -r requirements_dev.txt && pip install sphinxcontrib-googleanalytics sphinx-copybutton
- name: Build Sphinx docs
run: |
make docs
Expand Down

0 comments on commit d9cfe45

Please sign in to comment.