Skip to content

Handle incoming call with invalid number that cannot be persisted #67

Handle incoming call with invalid number that cannot be persisted

Handle incoming call with invalid number that cannot be persisted #67

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/deploy-yard-to-pages@v1.3.0
id: deployment
with:
ruby-version: '3.2'