Skip to content

Restructured repository allowing for the storing of multiple versions… #6

Restructured repository allowing for the storing of multiple versions…

Restructured repository allowing for the storing of multiple versions… #6

name: Build docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docs
run: ./.github/scripts/create-redoc-static-html.sh
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
force_orphan: true
permissions:
contents: write