Skip to content

Commit

Permalink
20241009 fix linkchecker main (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Nov 4, 2024
1 parent 1221287 commit 473fccd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ jobs:
publish_dir: _build/
destination_dir: ${{ env.SUBDIR_NAME }}
full_commit_message: Deploy documentation of '${{ env.SUBDIR_NAME }}' to GitHub Pages
- name: Delay
run: |
echo "Allowing 'pages build and deployment' to finish"
# This usually takes less than a minute...
sleep 90s
- name: Checkout gh-pages
uses: actions/checkout@v4
with:
ref: gh-pages
# NOTE:
# Targets behind login page cannot be checked!!!
# * software-store.zeiss.com/products/apps/
# * techguide.zeiss.com
# * training.gom.com
- name: Linkcheck
id: lychee
if: ${{ env.SUBDIR_NAME != 'merge' }}
uses: filiph/linkcheck@3.0.0
uses: lycheeverse/lychee-action@v2
with:
arguments: https://zeissiqs.github.io/zeiss-inspect-addon-api/${{ env.SUBDIR_NAME }}/ -e --skip-file .github/workflows/skip_links.txt
args: --base . --verbose --no-progress '${{ env.SUBDIR_NAME }}/**/*.html'
12 changes: 0 additions & 12 deletions .github/workflows/skip_links.txt

This file was deleted.

0 comments on commit 473fccd

Please sign in to comment.