Skip to content

Commit 07721fb

Browse files
committed
update workflow
1 parent 34da0bd commit 07721fb

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,13 @@ on:
66
- docs
77
paths:
88
- docs-src/**
9-
workflow_call:
10-
inputs:
11-
template:
12-
required: false
13-
type: string
14-
default: docs-src/
15-
16-
output:
17-
required: false
18-
type: string
19-
default: docs/
20-
21-
secrets:
22-
GH_TOKEN:
23-
required: true
249

2510
jobs:
2611
docs:
27-
uses: codeshelldev/gh-actions/.github/workflows/templating.yml@main
12+
uses: codeshelldev/gh-actions/.github/workflows/docs-update.yml@main
2813
name: Template Docs
29-
with:
30-
template: ${{ inputs.template }}
31-
output: ${{ inputs.output }}
32-
recursive: true
33-
source: ${{ inputs.template }}
3414
secrets:
35-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
15+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3616

3717
build:
3818
name: Build Docusaurus

0 commit comments

Comments
 (0)