Skip to content

Deploy Documentation #14

Deploy Documentation

Deploy Documentation #14

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- docs-build
paths:
- docs/**
- src/**
workflow_dispatch:
jobs:
docs:
uses: codeshelldev/gh-actions/.github/workflows/docs-deploy.yml@main
name: Deploy
with:
branch: docs-build
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}