Skip to content

docs: fix index file extension in bootstrap documentation (#1732) #42

docs: fix index file extension in bootstrap documentation (#1732)

docs: fix index file extension in bootstrap documentation (#1732) #42

Workflow file for this run

name: Deploy documentation
on:
push:
paths:
- "docs/**"
branches:
- main
- 2.x
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger documentation deployment
uses: diekotto/repository-dispatch@v1
with:
token: ${{ secrets.DOCS_DEPLOY_TRIGGER_PAT }}
repository: tempestphp/tempest-docs
event-type: deploy