Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed May 8, 2024
1 parent 17db356 commit 50fc11d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:

- uses: retypeapp/action-build@latest
with:
config: retype-en.yml
base: docs/en/
config: en/retype.yml

- uses: retypeapp/action-build@latest
with:
config: retype-ko.yml
base: docs/ko/
config: ko/retype.yml

- uses: retypeapp/action-github-pages@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Add your English documentation within this project.

See also:
- [Korean](../ko/README.md)
- [Korean](../ko/)
6 changes: 3 additions & 3 deletions retype-en.yml → en/retype.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input: ./en
output: .retype/docs/en
url: /docs/en
input: ./
output: .retype/en
url: /two-lang-demo/en
branding:
title: Project Name
label: Docs
Expand Down
2 changes: 1 addition & 1 deletion ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Add your Korean documentation within this project.

See also:
- [English](../en/README.md)
- [English](../en/)
6 changes: 3 additions & 3 deletions retype-ko.yml → ko/retype.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
input: ./ko
output: .retype/docs/ko
input: ./
output: .retype/ko
locale: ko
url: /docs/ko
url: /two-lang-demo/ko
branding:
title: Project Name
label: Docs
Expand Down

0 comments on commit 50fc11d

Please sign in to comment.