dora-rs / dora-rs.github.io

Dataflow-Oriented Robotic Application is middleware that streamlines and simplifies the creation of AI-based robotic applications.
https://dora-rs.ai
1 stars 6 forks source link

Deploy fails on `main` #9

Closed phil-opp closed 11 months ago

phil-opp commented 11 months ago

After merging #8, the deploy job fails in the "Build website" step. I don't think that the PR is related as it's just a basic typo fix. Maybe some dependency was updated?

The error message is:


SyntaxError: /home/runner/work/dora-rs.github.io/dora-rs.github.io/i18n/zh-CN/docusaurus-plugin-content-docs/current/guides/Installation/uninstalling.mdx: Expected corresponding JSX closing tag for <MDXLayout>. (12:2)
  10 | <pre><code parentName="pre" {...{"className":"language-bash"}}>{`pip uninstall dora-rs
  11 | `}</code></pre>
> 12 |   </TabItem>
     |   ^
  13 | </Tabs>
  14 | <h2 {...{"id":"cargo与提示"}}>{`Cargo与提示`}</h2>
  15 | <pre><code parentName="pre" {...{"className":"language-bash"}}>{`cargo remove dora-cli
Error:  Client bundle compiled with errors therefore further build is impossible.

See https://github.com/dora-rs/dora-rs.github.io/actions/runs/7144345617/job/19457742017 for the full build output.

haixuanTao commented 11 months ago

It seems to be an issue with the chinese translations that has removed opening tags from the initial text. I have removed the translation in question. The problem is fixed

haixuanTao commented 11 months ago

A good part of the website has now been translated: https://dora.carsmos.ai/zh-CN/ :)

phil-opp commented 11 months ago

Thanks!