Skip to content

Commit

Permalink
chore: update the location of the site-builder config (#136)
Browse files Browse the repository at this point in the history
Updates the location of the site builder config to match the
`walrus-sites` repo.

Signed-off-by: giac-mysten <[email protected]>
  • Loading branch information
giac-mysten authored Oct 17, 2024
1 parent 552b353 commit d329954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/update-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d329954

Please sign in to comment.