Disable GH Action workflow for docs

This commit is contained in:
Patrik Svensson 2021-09-23 22:58:39 +02:00 committed by Patrik Svensson
parent 8cfe06e77a
commit b058c54f3c
3 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,7 @@ jobs:
docs:
name: Documentation
if: false # Disable for now
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -14,6 +14,7 @@ jobs:
build:
name: Deploy
if: false # Disable for now
runs-on: windows-latest
steps:
- name: Checkout

View File

@ -21,6 +21,7 @@ jobs:
docs:
name: Documentation
if: false # Disable for now
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -46,7 +47,7 @@ jobs:
build:
name: Build
needs: [docs]
# needs: [docs]
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
strategy:
matrix: