File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1+ name : Update README
2+
3+ on :
4+ push :
5+ branches :
6+ - docs
7+ paths :
8+ - .github/templates/**
9+
10+ jobs :
11+ update :
12+ uses : codeshelldev/gh-actions/.github/workflows/readme-update.yml@main
13+ name : Update
14+ with :
15+ output-branch : main
16+ secrets :
17+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments