Skip to content

Merge branch 'main' of https://github.com/gsoft-inc/wl-chromatic-ado #55

Merge branch 'main' of https://github.com/gsoft-inc/wl-chromatic-ado

Merge branch 'main' of https://github.com/gsoft-inc/wl-chromatic-ado #55

Workflow file for this run

name: Publish documentation website to GitHub Pages
on:
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