Skip to content

Commit 2bc0af0

Browse files
Change CI Checks Behavior (FIRST-Tech-Challenge#316)
* Update link-check.yaml * Update pull-request.yaml * Update pull-request.yaml --------- Co-authored-by: Danny Diaz <[email protected]>
1 parent 9769119 commit 2bc0af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pip install -r docs/requirements.txt
2323

2424
- name: link-check
25-
run: make -C docs/ linkcheckdiff SPHINXOPTS="-W --keep-going -n -q"
25+
run: make -C docs/ linkcheckdiff SPHINXOPTS="--keep-going"
2626

2727
- name: Arhive Log
2828
if: ${{ failure() }}

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build Site
6464
env:
65-
SPHINXOPTS: "-D html_context.commit=${{ github.sha }} -D version=latest -A display_github=true -A github_user=${{ github.repository_owner }} -A github_repo=${{ github.event.repository.name }} -A github_version=${{ github.ref_name }} -A conf_py_path=/docs/source/"
65+
SPHINXOPTS: "-W --keep-going -n -D html_context.commit=${{ github.sha }} -D version=latest -A display_github=true -A github_user=${{ github.repository_owner }} -A github_repo=${{ github.event.repository.name }} -A github_version=${{ github.ref_name }} -A conf_py_path=/docs/source/"
6666
run: make -C docs/ html
6767

6868
- name: Archive Site
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: link-check
144144
run: |
145-
make -C docs/ linkcheckdiff SPHINXOPTS="-W --keep-going -n -q"
145+
make -C docs/ linkcheckdiff SPHINXOPTS="--keep-going"
146146
147147
- name: Archive Log
148148
if: always()

0 commit comments

Comments
 (0)