Skip to content

Commit

Permalink
disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Jul 12, 2024
1 parent 2934ead commit ba5de85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ jobs:
- name: Setup Dependencies
uses: ./.github/actions/deps

- name: Run Tests
if: '! inputs.skip_lints_tests'
env:
PY_COLORS: 1
run: make test

- name: Run Lints
if: '! inputs.skip_lints_tests'
run: make lint

- name: Run Integration Tests
if: '! inputs.skip_lints_tests'
run: make it

- name: Build
env: # Note: these can be empty
SPHINX_GITHUB_BRANCH: "${{ inputs.sphinx_github_branch }}"
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,3 @@ jobs:

- name: Setup Dependencies
uses: ./.github/actions/deps

- name: Run linkcheck
run: |
set -eux
if ! make linkcheck; then
while read -r url; do
curl -sSfv --retry 3 --retry-max-time 45 --retry-all-errors -o /dev/null -w "%{http_code}" "$url" > docs/_build/html/status.txt
grep '^200$' docs/_build/html/status.txt
done < docs/_build/html/broken.txt
fi
1 change: 1 addition & 0 deletions docs/_static/ablog-book-theme-fix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* rpooley */

0 comments on commit ba5de85

Please sign in to comment.