Skip to content

Merge pull request #62 from froschdesign/hotfix/remove-vagrant #56

Merge pull request #62 from froschdesign/hotfix/remove-vagrant

Merge pull request #62 from froschdesign/hotfix/remove-vagrant #56

Workflow file for this run

name: docs-build
on:
push:
branches:
- master
repository_dispatch:
types: docs-build
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}