Skip to content

Commit

Permalink
fix(rari): adopt to rari changes (#12257)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Dec 5, 2024
1 parent 4897328 commit 4cc84ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
yarn rari content sync-translated-content
yarn rari git-history
yarn rari build --issues client/build/issues.json --templ-stats
yarn rari build --all --issues client/build/issues.json --templ-stats
# Sort DE search index by en-US popularity.
node scripts/reorder-search-index.mjs client/build/en-us/search-index.json client/build/de/search-index.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
yarn rari content sync-translated-content
yarn rari git-history
yarn rari build --issues client/build/issues.json --templ-stats
yarn rari build --all --issues client/build/issues.json --templ-stats
# SSR all pages
yarn render:html
Expand Down

0 comments on commit 4cc84ca

Please sign in to comment.