Skip to content

Commit

Permalink
chore: fix gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman authored May 23, 2022
1 parent a0e27e4 commit 3128d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
defaultLocale: "en",
locales: [
"en",
...(buildType === "full" ? ["zh-CN", "zh-TW"] : []),
...(buildType === "i18n" ? ["zh-CN", "zh-TW"] : []),
],
},
themeConfig: {
Expand Down

0 comments on commit 3128d8d

Please sign in to comment.