From 98367c3b6552bffbe2c4113447d12929740aa731 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:02:51 +0700 Subject: [PATCH] Update wiki-publish.yml --- .github/workflows/wiki-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-publish.yml b/.github/workflows/wiki-publish.yml index d160976e7e..5f4713d3a1 100644 --- a/.github/workflows/wiki-publish.yml +++ b/.github/workflows/wiki-publish.yml @@ -21,7 +21,7 @@ jobs: # The default branch name (master, main, etc) defaultBranch: main # A directory within the repository where the docs are located - # rootDocsFolder: # optional + rootDocsFolder: docs # optional # If true, renames the README.md file to Home.md in the wiki (the wiki homepage) convertRootReadmeToHomePage: true # If true, names wiki pages according to the top header of the source file (using `#`)