Skip to content

Commit

Permalink
fix(ci): fix prod deployment (#12323)
Browse files Browse the repository at this point in the history
* fix(ci): fix prod deployment

* fix all

* all
  • Loading branch information
fiji-flo authored Dec 17, 2024
1 parent e3da99d commit abad977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
yarn build:sw
yarn build:client
yarn build:ssr
yarn tool build-robots-txt
yarn tool:legacy build-robots-txt
yarn rari content sync-translated-content
yarn rari git-history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
yarn build:sw
yarn build:client
yarn build:ssr
yarn tool build-robots-txt
yarn tool:legacy build-robots-txt
yarn rari content sync-translated-content
yarn rari git-history
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 @@ -204,7 +204,7 @@ jobs:
yarn build:sw
yarn build:client
yarn build:ssr
yarn tool build-robots-txt
yarn tool:legacy build-robots-txt
yarn rari content sync-translated-content
yarn rari git-history
Expand Down

0 comments on commit abad977

Please sign in to comment.