8000 Updated version for fusionauth-php-client to 1.59.1 · FusionAuth/fusionauth-php-client@d64cbe0 · GitHub
[go: up one dir, main page]

Skip to content

Updated version for fusionauth-php-client to 1.59.1 #23

Updated version for fusionauth-php-client to 1.59.1

Updated version for fusionauth-php-client to 1.59.1 #23

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Generate docs
uses: phpDocumentor/phpDocumentor@master
- uses: EndBug/add-and-commit@v9
with:
add: 'docs'
message: ':memo: Updating docs'
0