We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f09ab commit 7a337d9Copy full SHA for 7a337d9
1 file changed
.github/workflows/pages.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Build
14
run: |
15
- apt-get update && apt-get install -y pandoc
+ sudo apt-get update && sudo apt-get install -y pandoc
16
mkdir ghpages
17
pandoc -o ghpages/index.html README.md
18
0 commit comments