Skip to content

docs: Added a migration example (#199) #177

docs: Added a migration example (#199)

docs: Added a migration example (#199) #177

Workflow file for this run

name: Publish documentation website to GitHub Pages
on:
workflow_dispatch:
push:
branches: ["main"]
jobs:
publish:
name: Publish documentation website
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: retypeapp/action-build@latest
with:
license: ${{ secrets.RETYPE_API_KEY }}
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true