Skip to content

Docs: remove pics in lieu of shorter statements (#511) #122

Docs: remove pics in lieu of shorter statements (#511)

Docs: remove pics in lieu of shorter statements (#511) #122

Workflow file for this run

name: Publish Retype powered website to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- 'master' # run only for master
jobs:
publish:
name: Publish to docs-site branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: retypeapp/action-build@v2
- uses: retypeapp/action-github-pages@v2
with:
branch: docs-site
update-branch: true