Skip to content

Commit

Permalink
chore: try deploy i18n docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 15, 2023
1 parent 5303c77 commit 8f6a66d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
branches:
- main
- feat-docs
tags:
- "1.*"
paths-ignore:
Expand Down Expand Up @@ -43,8 +43,15 @@ jobs:
REF_TYPE: ${{ github.ref_type }}
REPOSITORY: ${{ github.repository }}

- name: deploy
- name: deploy en
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/en
target-folder: en/${{ env.VERSION_PATH }}/
dry-run: true

- name: deploy zh
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/zh
target-folder: zh/${{ env.VERSION_PATH }}/

0 comments on commit 8f6a66d

Please sign in to comment.