File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 6060 [ -n "$(compgen -G "dist/ui/js/websocket.js")" ] || exit 1
6161 [ -n "$(compgen -G "dist/ui/icons*.svg")" ] || exit 1
6262 [ -n "$(compgen -G "dist/ui/stylez*.css")" ] || exit 1
63- [ -n "$(compgen -G "dist/workbox*.js")" ] || exit 1
6463 echo "Build successful"
6564 - name : upload build results as artifact
6665 if : success() && github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 6868├── index.html # Main entry point
6969├── site.webmanifest # PWA manifest
7070├── service.js # Service worker
71- ├── workbox-[hash].js # Workbox runtime for caching
7271├── robots.txt # Search engine directives
7372├── sitemap.xml # Site map
7473├── humans.txt # Humans.txt file
Original file line number Diff line number Diff line change @@ -684,7 +684,6 @@ dist/ # Generated by `bun bake`
684684├── index.html # Main entry point
685685├── site.webmanifest # PWA manifest
686686├── service.js # Service worker
687- ├── workbox-[hash].js # Workbox runtime
688687├── robots.txt # Search engine directives
689688├── sitemap.xml # Site map
690689├── humans.txt # Humans.txt
You can’t perform that action at this time.
0 commit comments