The GitHub Actions job "Deploy" on fury-site.git has failed. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: 7d97126b36fb70556b0cb788ed11949a8d3121c3 / LofiSu <[email protected]> Fix: HomePageLanguageCard Route redirection bug (#198) ```js const locale = navigator.language || "en-US"; const getLanguageUrl = (language: string) => { const baseUrl = locale.startsWith("zh-CN") ? "https://fury.apache.org/zh-CN/docs/start/usage/#" : "https://fury.apache.org/docs/start/usage/#"; return `${baseUrl}${language}`; }; ``` The previous function is a bit problematic, setting Chinese to default, should be set according to the user's navigator.language Report URL: https://github.com/apache/fury-site/actions/runs/11604298362 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
