Skip to content

Commit b93c06c

Browse files
committed
add deploy
1 parent 5b4e6c8 commit b93c06c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/docs-deploy.yml

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

0 commit comments

Comments
 (0)