Merge pull request #847 from yarda/gh-actions-doc-build-fix
gh-actions: fix doc build
This commit is contained in:
commit
5624a6168b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue