Skip to content

Commit

Permalink
fix(ci): fix prod deployment (mdn#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 and pepelsbey committed Dec 21, 2024
1 parent df2f7b8 commit 8c813d1
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 8c813d1

Please sign in to comment.