From 328ee8559ebdbdec42a24ea930cb1bc93b16c40a Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Mon, 21 Aug 2023 11:11:48 +0200 Subject: [PATCH] attempt to fix homepage CI --- .github/workflows/docs.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f404e0d72..e7e92eaed 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -74,6 +74,12 @@ jobs: publish_dir: ./findutils/public/ destination_dir: findutils/ + - name: Deploy Homepage + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./homepage + docs: name: generate the dev doc runs-on: ubuntu-latest @@ -104,13 +110,6 @@ jobs: publish_dir: ./coreutils/target/doc destination_dir: coreutils/dev/ - - name: Deploy Homepage - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./homepage - destination_dir: / - build-report: name: generate the build report runs-on: ubuntu-latest