Skip to content

Commit

Permalink
use "sudo" apt-get install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 21, 2023
1 parent 88ef4fa commit 52f60fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ jobs:
uses: actions/download-artifact@v3
with: { name: python-distribution-files, path: dist/ }
- name: Install pandoc and build documentation
run: >-
apt-get install pandoc ;
pipx run --python '${{ steps.setup-python.outputs.python-path }}'
tox -e docs
run: |
sudo apt-get install pandoc
pipx run --python '${{ steps.setup-python.outputs.python-path }}' tox -e docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 52f60fa

Please sign in to comment.