Skip to content

Remove custom error handler and use the rails default error handler #68

Remove custom error handler and use the rails default error handler

Remove custom error handler and use the rails default error handler #68

Workflow file for this run

name: Deploy API docs to GitHub Pages
on:
push:
branches: [ 'main' ]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: 'pages'
cancel-in-progress: true
jobs:
deploy_yard:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
name: Build and deploy YARD
steps:
- uses: kachick/[email protected]
id: deployment
with:
ruby-version: '3.2'