Skip to content

[IDP-2311] Update service-wl-openapi-typescript.yaml (#30) #12

[IDP-2311] Update service-wl-openapi-typescript.yaml (#30)

[IDP-2311] Update service-wl-openapi-typescript.yaml (#30) #12

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