Skip to content

denora-team/laragen-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laragen Action

Generates Laravel API docs and uploads them to Laragen.dev.

Inputs

  • api_key (required): Your Laragen.dev API key.
  • project_slug (required): The slug under which to publish (e.g. org/repo).
  • branch (optional): Branch name (defaults to the GitHub ref).

Example Workflow

name: Publish API Docs

on:
  push:
    branches: [ main ]

jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Publish to Laragen
        uses: laragen/laragen-action@v1
        with:
          api_key: ${{ secrets.LARAGEN_API_KEY }}
          project_slug: some-organization/testing-project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors