Skip to content

docs update for #184 (#185) #77

docs update for #184 (#185)

docs update for #184 (#185) #77

Workflow file for this run

name: Update Documentation
on:
push:
branches:
- docs
paths-ignore:
- .github/**
- .git
workflow_dispatch:
jobs:
docs:
uses: codeshelldev/gh-actions/.github/workflows/docs-update.yml@main
name: Template Docs
with:
template-path: docs/
output-path: docs/
output-branch: docs-build
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}