Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

docs-build

docs-build #26

Workflow file for this run

name: docs-build
on:
release:
types: [published]
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}