Skip to content

Commit 4e12964

Browse files
committed
Fix skip config
1 parent 7584a82 commit 4e12964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Check links
41-
run: /srv/github-action-scripts/check-links.sh -s ./public/open-firmware
41+
run: /srv/github-action-scripts/check-links.sh -s ./open-firmware
4242

4343
- name: Check routing rules
4444
run: /srv/github-action-scripts/test-routing-rules.sh

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cd ${{ github.workspace }}/website && /srv/github-action-scripts/build-astro-site.sh
2727

2828
- name: Check links
29-
run: /srv/github-action-scripts/check-links.sh ${{ github.workspace }}/website/dist -s ./public/open-firmware
29+
run: /srv/github-action-scripts/check-links.sh ${{ github.workspace }}/website/dist -s ./open-firmware
3030

3131
- name: Make staging directory
3232
run: mkdir -p /srv/s3-staging/${{ env.SITE_URL }}

0 commit comments

Comments
 (0)