PHP Classes

File: .github/workflows/autodoc.yml

Recommend this page to a friend!
  Classes of Neeraj Saini   Laravel API Kit   .github/workflows/autodoc.yml   Download  
File: .github/workflows/autodoc.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel API Kit
Improve API creation using the Laravel framework
Author: By
Last change:
Date: 9 days ago
Size: 471 bytes
 

Contents

Class file image Download
name: Auto-Generate Docs on: [push, pull_request] jobs: generate-docs: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v3 - name: Generate Docs with AI uses: paulrobertlloyd/docify@latest with: input: "src/" output: "docs/" - name: Commit & Push Docs run: | git add docs/ git commit -m "Auto-generated documentation" git push