Skip to content

Commit

Permalink
[i18nIgnore] update github deploy action for github.mdx (#9297)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
circle-hotaru and yanthomasdev committed Sep 3, 2024
1 parent 483f23f commit 06bbf02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default defineConfig({
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/es/guides/deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
# with:
# path: . # La ubicación raíz de tu proyecto de Astro dentro del repositorio. (opcional)
# node-version: 20 # La versión específica de Node que debería usarse para construir tu sitio. Por defecto es 20. (opcional)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default defineConfig({
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
with:
# path: . # L'emplacement racine de votre projet Astro dans le dépôt. (facultatif)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (facultatif)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default defineConfig({
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
# with:
# path: . # 저장소 내 Astro 프로젝트의 루트 위치입니다. (선택 사항)
# node-version: 20 # 사이트를 빌드하는 데 사용해야 하는 특정 버전의 Node입니다. 기본값은 20입니다. (선택 사항)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/guides/deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
# with:
# path: . # 存储库中 Astro 项目的根位置。(可选)
# node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选)
Expand Down

0 comments on commit 06bbf02

Please sign in to comment.