Skip to content

Commit

Permalink
missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent fcc968b commit e782b04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv install -d
apt-get install pandoc
sudo apt-get update && sudo apt-get install -y pandoc
- name: Build documentation
run: |
Expand Down
Empty file added docs/docs-readme.md
Empty file.

0 comments on commit e782b04

Please sign in to comment.