diff --git a/README.md b/README.md index ec68726..057d2e3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Welcome -This project demonstrates configuring multiple Retype projects and deploying to GitHub Pages. +This project demonstrates configuring multiple Retype projects and deploying all to the same GitHub Pages instance. ## Workflow The following `.github/workflows/retype-action.yml` is used: -```sh +```shell name: Publish Retype powered website to GitHub Pages on: workflow_dispatch: @@ -43,5 +43,4 @@ jobs: - uses: retypeapp/action-github-pages@latest with: update-branch: true - ``` \ No newline at end of file diff --git a/ko/retype.yml b/ko/retype.yml index f86b5c7..2e808a0 100644 --- a/ko/retype.yml +++ b/ko/retype.yml @@ -9,6 +9,8 @@ edit: repo: https://github.com/retypeapp/two-lang-demo base: ko links: +- text: EN + link: ../ - text: FR link: ../fr - text: KO diff --git a/retype.yml b/retype.yml index ceb89db..5efb758 100644 --- a/retype.yml +++ b/retype.yml @@ -10,6 +10,8 @@ exclude: edit: repo: https://github.com/retypeapp/two-lang-demo links: +- text: EN + link: / - text: FR link: fr/ - text: KO