From 29edb0f7cc331f0a668ceb27232f827b9ec4e65a Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Tue, 5 Apr 2022 08:15:47 +0200 Subject: [PATCH] chore: change deploy directory for the website Change-Id: Ia07276d251129e56eeb7557f746774f8b53d7b7e Signed-off-by: Florent Benoit --- .github/workflows/website-next.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-next.yaml b/.github/workflows/website-next.yaml index 70bfd4db030..1ade5abfb60 100644 --- a/.github/workflows/website-next.yaml +++ b/.github/workflows/website-next.yaml @@ -15,7 +15,7 @@ # # SPDX-License-Identifier: Apache-2.0 -name: next build +name: Publish Website on: workflow_dispatch: @@ -63,7 +63,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: - publish_dir: ./build + publish_dir: ./website/build # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212