File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 make generate-docs
3434 echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
35+ - name : Sanity Check
36+ run : |
37+ echo "Checking for required static assets..."
38+ find ./docs -name "*.css" -o -name "*.js" -o -name "favicon*" | head -10
39+ ls -la ./docs/
3540 - name : Upload artifact
3641 uses : actions/upload-pages-artifact@v4
3742 with :
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ generate-docs:
2020 done
2121
2222 touch .nojekyll
23- which swift
24- swift --version
2523 swift package \
2624 --allow-writing-to-directory ./docs \
2725 generate-documentation \
@@ -32,5 +30,3 @@ generate-docs:
3230 --output-path ./docs
3331
3432 mv Package.swift.bak Package.swift
35- touch docs/.nojekyll
36- ls -al docs
You can’t perform that action at this time.
0 commit comments