Skip to content

Version Packages (#25) #10

Version Packages (#25)

Version Packages (#25) #10

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # to update the retype branch
steps:
- uses: actions/checkout@v4
- name: Build with Retype
uses: retypeapp/action-build@latest
id: retype
with:
config: docs/retype.yaml
license: ${{ secrets.RETYPE_API_KEY }}
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true