Skip to content

Clean up badge, page, and project docs pages #381

Clean up badge, page, and project docs pages

Clean up badge, page, and project docs pages #381

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
- uses: retypeapp/action-build@next
env:
RETYPE_KEY: ${{ secrets.RETYPE_KEY }}
RETYPE_PASSWORD: ${{ secrets.RETYPE_PASSWORD }} # The password is: test
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true