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