Skip to content

Expand demo to include a root project #6

Expand demo to include a root project

Expand demo to include a root project #6

Workflow file for this run

name: Publish Retype powered website to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
publish:
name: Publish to retype branch
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: retypeapp/action-build@multi
with:
config: fr/retype.yml
subdir: fr
- uses: retypeapp/action-build@multi
with:
config: ko/retype.yml
subdir: ko
- uses: retypeapp/action-build@multi
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true