Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Oct 25, 2024
1 parent da8afed commit 54ef4db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
apt-get update -y && apt-get install -y git
pip install -r requirements.txt
- uses: ammaraskar/sphinx-problem-matcher@master
- name: "check links"
run: |
source bin/setup_env.sh
make linkcheck
# - name: "check links"
# run: |
# source bin/setup_env.sh
# make linkcheck
- name: "Test doc building"
run: |
source bin/setup_env.sh
Expand Down

0 comments on commit 54ef4db

Please sign in to comment.