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

2.17.1

2.17.1 #29

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 }}