1 parent 407ceb2 commit 8eab484Copy full SHA for 8eab484
1 file changed
.github/workflows/pages.yml
@@ -32,6 +32,11 @@ jobs:
32
test -f docs/app.js
33
test -f docs/site.webmanifest
34
test -f docs/og-preview.svg
35
+ test -f docs/robots.txt
36
+ test -f docs/sitemap.xml
37
+ grep -q "Process Bus Timing Lab" docs/index.html
38
+ grep -q "SoftwareApplication" docs/index.html
39
+ grep -q "Sitemap:" docs/robots.txt
40
echo "Pages source preview:"
41
find docs -maxdepth 2 -type f | sort | sed 's#^docs/##' | head -120
42
0 commit comments