Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-cls authored May 31, 2024
1 parent be9b470 commit 65cb556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install APT dependencies
run: |
sudo apt upgrade
sudo apt install pandoc
sudo apt-get upgrade -y
sudo apt-get install -y pandoc
- name: Install Python dependencies
run: pip install -r docs/requirements.txt
- name: Sphinx build
Expand Down

0 comments on commit 65cb556

Please sign in to comment.