diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6dacf40..2ed887d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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