Skip to content

Commit 761704c

Browse files
committed
fix unnacceptable language
1 parent 5538504 commit 761704c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
run: |
3939
make generate-docs
4040
echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
41-
- name: Sanity Check
41+
- name: Check docc rendered files are present
4242
run: |
4343
echo "Checking for required static assets..."
44-
find ./docs -name "css" -o -name "js" -o -name "favicon*" | head -10
44+
find ./docs -name "css" -o -name "js" -o -name "favicon*"
4545
ls -la ./docs/
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)