Skip to content

Commit 7a337d9

Browse files
committed
Publishing requires using passwordless sudo to install pandoc.
1 parent 20f09ab commit 7a337d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- name: Build
1414
run: |
15-
apt-get update && apt-get install -y pandoc
15+
sudo apt-get update && sudo apt-get install -y pandoc
1616
mkdir ghpages
1717
pandoc -o ghpages/index.html README.md
1818

0 commit comments

Comments
 (0)