Skip to content

Deploy Documentation #52

Deploy Documentation

Deploy Documentation #52

Workflow file for this run

name: Deploy Documentation
on:
pull_request:
types: [closed]
branches:
- docs
workflow_dispatch:
jobs:
docs:
if: github.ref == 'refs/heads/docs' && (github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true)
uses: codeshelldev/gh-actions/.github/workflows/docs-deploy.yml@main
name: Deploy
with:
branch: docs
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}