Skip to content

Commit

Permalink
chore: use correct name for JP docs (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Jul 25, 2023
1 parent 8558baa commit 1d2347e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/i18n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -o errexit
set -o nounset

mkdir -p i18n/ja/docusaurus-plugin-content-docs/version-v7/
mkdir -p i18n/ja/docusaurus-plugin-content-docs/current/
curl -fsSL https://github.com/ionic-team/ionic-docs/archive/refs/heads/translation/jp.tar.gz |
tar -zxf - -C i18n/ja/docusaurus-plugin-content-docs/version-v7/ --strip-components 2 ionic-docs-translation-jp/docs
tar -zxf - -C i18n/ja/docusaurus-plugin-content-docs/current/ --strip-components 2 ionic-docs-translation-jp/docs
node scripts/api-ja.js

1 comment on commit 1d2347e

@vercel
Copy link

@vercel vercel bot commented on 1d2347e Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.