Skip to content

Commit af28a4b

Browse files
committed
try to ficx docc
1 parent d200248 commit af28a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Sanity Check
3636
run: |
3737
echo "Checking for required static assets..."
38-
find ./docs -name "*.css" -o -name "*.js" -o -name "favicon*" | head -10
38+
find ./docs -name "css" -o -name "js" -o -name "favicon*" | head -10
3939
ls -la ./docs/
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)