File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
40
40
- 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
42
42
43
43
- name : Check routing rules
44
44
run : /srv/github-action-scripts/test-routing-rules.sh
Original file line number Diff line number Diff line change 26
26
run : cd ${{ github.workspace }}/website && /srv/github-action-scripts/build-astro-site.sh
27
27
28
28
- 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
30
30
31
31
- name : Make staging directory
32
32
run : mkdir -p /srv/s3-staging/${{ env.SITE_URL }}
You can’t perform that action at this time.
0 commit comments