ci: make doc verify continue on error
This commit is contained in:
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
args: --max-concurrency 3 --retry-wait-time 15 README.md
|
||||
|
||||
remote_install:
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
@@ -65,6 +66,7 @@ jobs:
|
||||
source doc/_readme/scripts/run.sh
|
||||
|
||||
local_install:
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
@@ -115,6 +117,7 @@ jobs:
|
||||
source doc/_readme/scripts/run.sh
|
||||
|
||||
local_install_full:
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
||||
Reference in New Issue
Block a user