Skip to content

Commit

Permalink
fix dependencies install permission
Browse files Browse the repository at this point in the history
  • Loading branch information
giancastro committed Apr 27, 2021
1 parent 60d0fb7 commit 05aa22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
dotnet-version: '3.0.100'
- name: Install dependencies
run: |
sudo apt-get install pandoc
sudo apt-get -y install pandoc
python -m pip install --upgrade pip
pip install setuptools \
wheel \
Expand Down

0 comments on commit 05aa22c

Please sign in to comment.