mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Disable GH Action workflow for docs
This commit is contained in:
parent
8cfe06e77a
commit
b058c54f3c
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
|
||||
docs:
|
||||
name: Documentation
|
||||
if: false # Disable for now
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -14,6 +14,7 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Deploy
|
||||
if: false # Disable for now
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout
|
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user