Skip to content

Commit 6bac416

Browse files
committed
[workflow] Fix documentation checking
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
1 parent ee6387c commit 6bac416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
sudo apt update
4949
sudo apt install --no-install-recommends scdoc
50-
for file in $(find . -type f -iname "*.scd"); do scdoc < $file > /dev/null; done
50+
for file in $(find . -type f -iwholename "./docs/*.scd"); do scdoc < $file > /dev/null; done
5151
rustfmt:
5252
runs-on: ubuntu-latest
5353

0 commit comments

Comments
 (0)