Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed May 9, 2024
1 parent 484746e commit b38217f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -43,5 +43,4 @@ jobs:
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true

```
2 changes: 2 additions & 0 deletions ko/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ exclude:
edit:
repo: https://github.com/retypeapp/two-lang-demo
links:
- text: EN
link: /
- text: FR
link: fr/
- text: KO
Expand Down

0 comments on commit b38217f

Please sign in to comment.