Skip to content

Commit 31e17bc

Browse files
authored
chore: update wiki-publish.yml
1 parent 5f1c416 commit 31e17bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/wiki-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15-
- uses: cmbrose/github-docs-to-wiki@v0.20
15+
- uses: Andrew-Chen-Wang/github-wiki-action@master
1616
with:
17-
githubToken: ${{ secrets.TOKEN }}
18-
rootDocsFolder: .
19-
convertRootReadmeToHomePage: true
17+
strategy: init
18+
token: ${{ secrets.TOKEN }}
19+
path: ./
20+
preprocess: true

0 commit comments

Comments
 (0)