From 2b038a551b169f5e98d135f2c48d6bc5759fb8ff Mon Sep 17 00:00:00 2001 From: A_D Date: Tue, 8 Dec 2020 20:17:12 +0200 Subject: [PATCH] Fixed github capitialization --- docs/Automatic Builds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Automatic Builds.md b/docs/Automatic Builds.md index 316bc30f..014ecc3c 100644 --- a/docs/Automatic Builds.md +++ b/docs/Automatic Builds.md @@ -1,6 +1,6 @@ # Introduction -Instead of building manually as laid out by [Releasing](https://github.com/EDCD/EDMarketConnector/blob/main/docs/Releasing.md), you can build the EDMC installer using github actions. +Instead of building manually as laid out by [Releasing](https://github.com/EDCD/EDMarketConnector/blob/main/docs/Releasing.md), you can build the EDMC installer using GitHub actions. ## Initiating a workflow run @@ -8,7 +8,7 @@ Starting a workflow run is done from the Actions tab at the top of the main GitH NB: The branch you want to build must have the workflow file (`.github/workflows/windows-build.yml`), and the version of the file in that branch is the version that will be used for the build (e.g. for different python versions) -1. Select the Actions tab at the top of the main github interface +1. Select the Actions tab at the top of the main GitHub interface 2. Select the `Build EDMC for Windows` workflow on the left 3. Click the "Run workflow" button at the right side of the blue banner 1. Select the branch you want to build