We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5538504 commit 761704cCopy full SHA for 761704c
.github/workflows/doc.yml
@@ -38,10 +38,10 @@ jobs:
38
run: |
39
make generate-docs
40
echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
41
- - name: Sanity Check
+ - name: Check docc rendered files are present
42
43
echo "Checking for required static assets..."
44
- find ./docs -name "css" -o -name "js" -o -name "favicon*" | head -10
+ find ./docs -name "css" -o -name "js" -o -name "favicon*"
45
ls -la ./docs/
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v4
0 commit comments