Skip to content

Commit

Permalink
Fixing unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 15, 2023
1 parent da86273 commit d3b45cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ jobs:
- name: LinkCheck
run: |
xvfb-run make -C doc linkcheck SPHINXOPTS="-j auto -W --keep-going"
- name: "Substitute defective GIF"
run: |
cd doc/_build/html/examples/gallery_examples/00-mapdl-examples
cp ../../../../../source/images/dcb.gif ../../../_images/
sed -i 's+../../../_images/sphx_glr_composite_dcb_004.gif+../../../_images/dcb.gif+g' composite_dcb.html
cd ../../../../../../
- name: "Display linkchecker results"
if: always()
Expand Down

0 comments on commit d3b45cc

Please sign in to comment.