Skip to content

Commit 05aa22c

Browse files
committed
fix dependencies install permission
1 parent 60d0fb7 commit 05aa22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
dotnet-version: '3.0.100'
1313
- name: Install dependencies
1414
run: |
15-
sudo apt-get install pandoc
15+
sudo apt-get -y install pandoc
1616
python -m pip install --upgrade pip
1717
pip install setuptools \
1818
wheel \

0 commit comments

Comments
 (0)