Skip to content

Commit 3b72f38

Browse files
authored
Update checklinks.yml
reverting checklinks action back to 001 hack only.
1 parent 9c7e126 commit 3b72f38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/checklinks.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
push:
66
paths:
77
- '.github/workflows/checklinks.yml'
8-
# - '001-IntroToKubernetes/**'
9-
- '066-OpenAIFundamentals/**'
8+
- '001-IntroToKubernetes/**'
109

1110
jobs:
1211

@@ -29,7 +28,7 @@ jobs:
2928
# By default the github-action-markdown-link-check action checks for all markdown files in your repository.
3029
# Use the 'folder-path' option to limit checks to only specific folders.
3130
# Use comma separated values for checking multiple folders.
32-
folder-path: 066-OpenAIFundamentals
31+
folder-path: 001-IntroToKubernetes
3332
# The config-file will need to be modified as additional challenges are added
3433
config-file: .github/workflows/checklinks_config.json
3534

0 commit comments

Comments
 (0)