Skip to content

Generate API Docs

Generate API Docs #1

Workflow file for this run

name: Generate API Docs
on:
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install --no-interaction --no-progress --prefer-dist
- name: Generate Scribe docs
run: php artisan scribe:generate