We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f903e54 commit f41a172Copy full SHA for f41a172
.github/workflows/pages.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
- name: Build pages
29
run: |
30
- apt get -y po4a make asciidoctor
+ apt install -y po4a make asciidoctor
31
make
32
- name: Setup Pages
33
uses: actions/configure-pages@v5
0 commit comments