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
|
args: --max-concurrency 3 --retry-wait-time 15 README.md
|
||||||
|
|
||||||
remote_install:
|
remote_install:
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
@@ -65,6 +66,7 @@ jobs:
|
|||||||
source doc/_readme/scripts/run.sh
|
source doc/_readme/scripts/run.sh
|
||||||
|
|
||||||
local_install:
|
local_install:
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
@@ -115,6 +117,7 @@ jobs:
|
|||||||
source doc/_readme/scripts/run.sh
|
source doc/_readme/scripts/run.sh
|
||||||
|
|
||||||
local_install_full:
|
local_install_full:
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
|||||||
Reference in New Issue
Block a user