We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7e126 commit 3b72f38Copy full SHA for 3b72f38
.github/workflows/checklinks.yml
@@ -5,8 +5,7 @@ on:
5
push:
6
paths:
7
- '.github/workflows/checklinks.yml'
8
- # - '001-IntroToKubernetes/**'
9
- - '066-OpenAIFundamentals/**'
+ - '001-IntroToKubernetes/**'
10
11
jobs:
12
@@ -29,7 +28,7 @@ jobs:
29
28
# By default the github-action-markdown-link-check action checks for all markdown files in your repository.
30
# Use the 'folder-path' option to limit checks to only specific folders.
31
# Use comma separated values for checking multiple folders.
32
- folder-path: 066-OpenAIFundamentals
+ folder-path: 001-IntroToKubernetes
33
# The config-file will need to be modified as additional challenges are added
34
config-file: .github/workflows/checklinks_config.json
35
0 commit comments