From 130503ce64940628e75debd2fe7af80438a06284 Mon Sep 17 00:00:00 2001 From: ChrisRibe Date: Fri, 21 Apr 2023 09:03:09 -0400 Subject: [PATCH] Added proper home index list --- .github/workflows/publish_docs_to_wiki.yml | 5 ++--- doc/Home.md | 13 ++++++++++++- doc/How to build - Windows.md | 3 ++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index 1fd97e93f5..ceb109e3c9 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -10,8 +10,7 @@ on: env: USER_TOKEN: ${{ secrets.WIKI_ACTION_TOKEN }} # This is the repository secret - USER_NAME: 'stupid-deploy-bot' # Enter the username of your (bot) account - USER_EMAIL: 'stupid-deploy-bot@users.noreply.github.com' # Enter the e-mail of your (bot) account + USER_NAME: ${{ vars.BOT_USER_NAME }} # Enter the username of your (bot) account OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name @@ -27,7 +26,7 @@ jobs: - name: Pull content from wiki run: | git config --global user.name "$USER_NAME" - git config --global user.email "$USER_EMAIL" + git config --global user.email "$USER_NAME"@users.noreply.github.com git clone https://"$USER_TOKEN"@github.com/"$OWNER"/"$REPOSITORY_NAME".wiki.git tmp_wiki # 4. Synchronize differences between `doc` & `tmp_wiki` # 5. Push new Wiki content diff --git a/doc/Home.md b/doc/Home.md index 252f5baf8c..6c3d6bf723 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -1 +1,12 @@ -## [Calibration](wiki/Calibration) +Welcome to the documentation wiki! + +We have divided it roughly into the following pages: + +* [Calibration](wiki/Calibration) +* [How to build - Linux et al](wiki/How-to-build---Linux-et-al) +* [How to build Mac OS](wiki/How-to-build---Mac-OS) +* [How to build Windows](wiki/How-to-build---Windows) +* [Localization guide](wiki/Localization_guide) +* [release_notes_cn](wiki/release_notes_cn) +* [release_notes_en](wiki/release_notes_en) +* [Seam](wiki/Seam) diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md index cfac395636..96afac2042 100644 --- a/doc/How to build - Windows.md +++ b/doc/How to build - Windows.md @@ -32,4 +32,5 @@ then build it using command or building it under the Visual Studio 2019 (set the OrcaSlicer_app_gui as start project) -![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png) \ No newline at end of file +![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png) +