From 5f1c416c45429746ec91097ec0b517b318fa628d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20L=C3=AA=20Huy?= Date: Mon, 13 May 2024 22:44:30 +0700 Subject: [PATCH] chore: update wiki-publish.yml --- .github/workflows/wiki-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wiki-publish.yml b/.github/workflows/wiki-publish.yml index 6e1426fb39..28fef558f2 100644 --- a/.github/workflows/wiki-publish.yml +++ b/.github/workflows/wiki-publish.yml @@ -12,8 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.4 - - uses: Andrew-Chen-Wang/github-wiki-action@master + - uses: cmbrose/github-docs-to-wiki@v0.20 with: - token: ${{ secrets.TOKEN }} - path: . - preprocess: true + githubToken: ${{ secrets.TOKEN }} + rootDocsFolder: . + convertRootReadmeToHomePage: true