1
0
Fork 0

Merge pull request #847 from yarda/gh-actions-doc-build-fix

gh-actions: fix doc build
This commit is contained in:
Jaroslav Škarvada 2026-04-09 10:24:34 +02:00 committed by GitHub
commit 5624a6168b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
run: |
sudo apt install -y make asciidoctor
- name: Build the manual
run: make -C doc/manual
run: make html
- name: Prepare the website contents
run: |
git fetch origin gh-pages:gh-pages