Skip to content

Commit

Permalink
#docs - Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 18, 2021
1 parent 6aa5a39 commit 2e1c0fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build:
name: Build ${{ matrix.os }} - Bash
runs-on: ${{ matrix.os }}
if: contains(github.event.head_commit.message, '#docs') == false

strategy:
matrix:
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
build_pwsh:
name: Build windows-latest - powershell
runs-on: windows-latest
if: contains(github.event.head_commit.message, '#docs') == false

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -149,6 +151,7 @@ jobs:
build_cmd:
name: Build windows-latest - cmd
runs-on: windows-latest
if: contains(github.event.head_commit.message, '#docs') == false

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions docs/content/tests/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Testing `doctor` is essential. That is why every six hours, `doctor` gets tested

If you are interested in the test results, you can check each of the latest test results for all platforms:

- [Linux](./linux/)
- [macOS](./macos/)
- [Windows cmd](./windows/)
- [Windows PowerShell](./windows_powershell/)
- [Linux](linux/)
- [macOS](macos/)
- [Windows cmd](windows/)
- [Windows PowerShell](windows_powershell/)

0 comments on commit 2e1c0fd

Please sign in to comment.