Skip to content

Commit 5b965a3

Browse files
author
Marek Suchánek
authored
Permissions in CI
1 parent 07a0248 commit 5b965a3

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
@@ -33,7 +33,7 @@ jobs:
3333
# We have to install asciidoctor on Ubuntu because the asciidoctor container
3434
# comes with limited coreutils that can't upload artifacts (tar limitation).
3535
- name: Install asciidoctor
36-
run: apt-get update && apt-get --assume-yes install asciidoctor
36+
run: sudo apt-get update && sudo apt-get --assume-yes install asciidoctor
3737
- name: Build documentation
3838
run: asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=index.html
3939
- name: Setup Pages

0 commit comments

Comments
 (0)