From: Thibault Godouet Date: Wed, 30 Aug 2023 14:13:58 +0000 (+0100) Subject: Use cleaner make doc command in workflow. X-Git-Tag: ver3_3_2~12^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89129864b0fec6edef75096bbd3f0e766f213802;p=thirdparty%2Ffcron.git Use cleaner make doc command in workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 61497eb..c6ef5ec 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -24,7 +24,7 @@ jobs: run: ./configure --without-sendmail - name: Build the doc - run: cd doc && make + run: make updatedoc - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v2.0.0