Skip to content

Add PHP 8.3 and Laravel 11 compatibility (#308) #133

Add PHP 8.3 and Laravel 11 compatibility (#308)

Add PHP 8.3 and Laravel 11 compatibility (#308) #133

Workflow file for this run

name: documentation
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v3
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}