Skip to content

Commit

Permalink
Update linkcheck-redata.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidy authored Apr 11, 2024
1 parent ae4037d commit 614aeac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linkcheck-redata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
continue-on-error: true
run: |
rm data.html
for f in ${pwd}data*.html; do linkchecker -f linkcheckerrc-${{ env.OUTDIR }} -F html/tmpreport$(date +%s).html ${f}; done;
#linkchecker -v -f linkcheckerrc-${{ env.OUTDIR }} -F html/reports/${{ env.OUTDIR }}/${{ env.OUTFILE }} `pwd`/data.html
for f in data*.html; do linkchecker -f linkcheckerrc-${{ env.OUTDIR }} -F html/tmpreport$(date +%s).html ${f}; done;
rm data*.html
- name: process report
run: |
Expand Down

0 comments on commit 614aeac

Please sign in to comment.