chore: change deploy directory for the website

Change-Id: Ia07276d251129e56eeb7557f746774f8b53d7b7e
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2022-04-05 08:15:47 +02:00
parent 4c988ef7a5
commit 29edb0f7cc
No known key found for this signature in database
GPG key ID: 2059A04C1C0A39C2

View file

@ -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