We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a0248 commit 5b965a3Copy full SHA for 5b965a3
.github/workflows/pages.yml
@@ -33,7 +33,7 @@ jobs:
33
# We have to install asciidoctor on Ubuntu because the asciidoctor container
34
# comes with limited coreutils that can't upload artifacts (tar limitation).
35
- name: Install asciidoctor
36
- run: apt-get update && apt-get --assume-yes install asciidoctor
+ run: sudo apt-get update && sudo apt-get --assume-yes install asciidoctor
37
- name: Build documentation
38
run: asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=index.html
39
- name: Setup Pages
0 commit comments