Skip to content

Commit

Permalink
Merge branch 'main' into social-media-ai-corner
Browse files Browse the repository at this point in the history
  • Loading branch information
texasdiaz authored Nov 6, 2024
2 parents 99740c8 + 2bc0af0 commit 9b4f5be
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 9b4f5be

Please sign in to comment.