Skip to content

Commit 77649ba

Browse files
committed
feat(gen): test updated actions workflow
1 parent b3da1f7 commit 77649ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
linkcheck:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
1110
- uses: filiph/[email protected]
12-
id: check_links
1311
with:
1412
arguments: https://www.scaleway.com/en/docs/serverless/jobs/ >> linkcheck_output.txt
1513
- name: Upload a Build Artifact
1614
uses: actions/[email protected]
1715
with:
1816
name: linkcheck_output.txt
19-
path: .
17+
path: linkcheck_output.txt

0 commit comments

Comments
 (0)