Skip to content

Merge pull request #101 from pandora-s-git/patch-2 #655

Merge pull request #101 from pandora-s-git/patch-2

Merge pull request #101 from pandora-s-git/patch-2 #655

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@v2
- uses: retypeapp/action-build@latest
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true