Skip to content

Merge pull request #18 from capcom6/feature/error-logging #14

Merge pull request #18 from capcom6/feature/error-logging

Merge pull request #18 from capcom6/feature/error-logging #14

Workflow file for this run

name: Publish Docs
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/api