Skip to content

Commit

Permalink
Change CI Checks Behavior (FIRST-Tech-Challenge#316)
Browse files Browse the repository at this point in the history
* Update link-check.yaml

* Update pull-request.yaml

* Update pull-request.yaml

---------

Co-authored-by: Danny Diaz <[email protected]>
  • Loading branch information
uvidyadharan and texasdiaz authored Nov 4, 2024
1 parent 9769119 commit 2bc0af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install -r docs/requirements.txt

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

- name: Arhive Log
if: ${{ failure() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build Site
env:
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/"
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/"
run: make -C docs/ html

- name: Archive Site
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: link-check
run: |
make -C docs/ linkcheckdiff SPHINXOPTS="-W --keep-going -n -q"
make -C docs/ linkcheckdiff SPHINXOPTS="--keep-going"
- name: Archive Log
if: always()
Expand Down

0 comments on commit 2bc0af0

Please sign in to comment.