Skip to content

Commit e5b34b2

Browse files
committed
feat(gen): test updated actions workflow
1 parent 8e36d13 commit e5b34b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
jobs:
77
linkcheck:
88
runs-on: ubuntu-latest
9-
continue-on-error: true
109
steps:
1110
- uses: filiph/[email protected]
1211
with:
1312
arguments: https://www.scaleway.com/en/docs/ >> linkcheck_output.txt
1413
- name: Upload a Build Artifact
14+
if: always()
1515
uses: actions/[email protected]
1616
with:
1717
name: linkcheck_output.txt

0 commit comments

Comments
 (0)