Skip to content

Commit 005f1e5

Browse files
committed
add workflow
1 parent b93c06c commit 005f1e5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/docs-update.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update Documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- docs
7+
paths:
8+
- docs/**
9+
workflow_dispatch:
10+
11+
jobs:
12+
docs:
13+
uses: codeshelldev/gh-actions/.github/workflows/docs-update.yml@main
14+
name: Template Docs
15+
with:
16+
template-path: docs/
17+
output-path: docs/
18+
output-branch: docs-build
19+
secrets:
20+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)