From a05578febb1bdd1253aed7d3a93e2ba43401edb0 Mon Sep 17 00:00:00 2001 From: giac-mysten Date: Wed, 16 Oct 2024 18:43:12 +0100 Subject: [PATCH] chore: update the location of the site-builder config Signed-off-by: giac-mysten --- .github/workflows/publish.yaml | 2 +- .github/workflows/update-binaries.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d5cb48b3..e86344a9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -68,5 +68,5 @@ jobs: run: > RUST_LOG=site_builder=debug,walrus=debug,info site-builder - --config walrus-sites/site-builder/assets/builder-example.yaml + --config walrus-sites/sites-config.yaml update build/html ${{ vars.WALRUS_SITE_OBJECT }} diff --git a/.github/workflows/update-binaries.yaml b/.github/workflows/update-binaries.yaml index f433ddb9..1068a899 100644 --- a/.github/workflows/update-binaries.yaml +++ b/.github/workflows/update-binaries.yaml @@ -45,5 +45,5 @@ jobs: run: > RUST_LOG=site_builder=debug,walrus=debug,info site-builder - --config walrus-sites/site-builder/assets/builder-example.yaml + --config walrus-sites/sites-config.yaml update --list-directory site ${{ vars.WALRUS_SITE_BIN_OBJECT }}