Skip to content

2.237.0

2.237.0 #188

Workflow file for this run

name: Documentation
on:
workflow_dispatch: ~
release:
types: [published, created, edited]
jobs:
PhpDocumentor:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: PhpDocumentor
uses: koertho/actions-phpDocumentor@master
with:
dir: './'
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build/api