Skip to content

Commit

Permalink
add cleaning step
Browse files Browse the repository at this point in the history
  • Loading branch information
Milansuman committed Dec 13, 2024
1 parent 3a693e5 commit 24ff467
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
run: |
curl -fsSL https://bun.sh/install | bash
- name: Remember previous artifacts
run: export ASSETS=$(ls)

- name: Install dependencies with Bun
run: ~/.bun/bin/bun install

- name: Clean assets
run: rm -rf assets
run: rm -f $(comm -12 <(ls | sort) <(echo $ASSETS | sort))

- name: Run build
run: ~/.bun/bin/bun run build
Expand Down
Binary file removed assets/favicon-mtvwWgEY-mtvwWgEY-mtvwWgEY.ico
Binary file not shown.
Binary file removed assets/favicon-mtvwWgEY-mtvwWgEY.ico
Binary file not shown.
Binary file removed assets/favicon-mtvwWgEY.ico
Binary file not shown.
1 change: 0 additions & 1 deletion assets/index-B6T3oZYn.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/index-D_CM0vWR.js

This file was deleted.

5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/assets/favicon-mtvwWgEY-mtvwWgEY-mtvwWgEY.ico" />
<title>Solid App</title>
<script type="module" crossorigin src="/assets/index-B6T3oZYn.js"></script>
<script type="module" crossorigin src="/assets/index-CXOWIw2h.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CXK6ORD1.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
</html>

0 comments on commit 24ff467

Please sign in to comment.