Skip to content

client sync

client sync #4

Workflow file for this run

name: Publish Docs
on:
push:
branches: [ "master" ]
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'