From: Thibault Godouet Date: Wed, 30 Aug 2023 14:12:57 +0000 (+0100) Subject: Fix make doc in workflow. X-Git-Tag: ver3_3_2~12^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de3f386b2b65d9a28178b93a508382a13333818f;p=thirdparty%2Ffcron.git Fix make doc in workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bbd13bc..61497eb 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: make doc + run: cd doc && make - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v2.0.0