mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 09:48:59 +00:00
chore: change deploy directory for the website
Change-Id: Ia07276d251129e56eeb7557f746774f8b53d7b7e Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
4c988ef7a5
commit
29edb0f7cc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website-next.yaml
vendored
4
.github/workflows/website-next.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue