Skip to content

Commit

Permalink
Update validate-main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Oct 5, 2024
1 parent 8533779 commit 71826ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
python3 -m pip install .
mv docs/index.html docs/validate.html
python3 -m qdox --withcss
qdox --withcss
diff docs/index.html docs/validate.html || (echo '***ERROR***: Did you forget to run `make` before pushing your latest changes?' >/dev/stderr && false)
validate-matrix-windows:
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
run: |
python3 -m pip install .
mv docs/index.html docs/validate.html
python3 -m qdox --withcss
qdox --withcss
diff docs/index.html docs/validate.html || (echo '***ERROR***: Did you forget to run `make` before pushing your latest changes?' >/dev/stderr && false)

0 comments on commit 71826ce

Please sign in to comment.