diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index d0bc04641..a9d0aa295 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -20,8 +20,8 @@ jobs: name: Publish docs to Wiki runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: Checkout repository + uses: actions/checkout@v3 # 1. Create folder named `tmp_wiki` # 2. Initialize Git diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md index cfac39563..08cbc8c71 100644 --- a/doc/How to build - Windows.md +++ b/doc/How to build - Windows.md @@ -32,4 +32,4 @@ 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)