We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10291fe commit 509c84dCopy full SHA for 509c84d
1 file changed
.github/workflows/spider-check.yaml
@@ -16,15 +16,12 @@ on:
16
jobs:
17
spider-check:
18
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
19
- env:
20
- MY_SITE: https://api.jquery.com
21
runs-on: ubuntu-latest
22
env:
23
# Site address to crawl
24
MY_SITE: https://api.jquery.com
25
steps:
26
- - name: Checkout repo
27
- uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
- name: Run hydra-link-checker
30
run: |
0 commit comments