handle css in workflow

This commit is contained in:
2026-08-04 22:35:46 +02:00
parent 3842864906
commit b0230ce887
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
name: Build and Deploy
on:
on:
push:
branches:
- master
@@ -19,6 +19,7 @@ jobs:
mkdir dist
mv *.js dist/
mv *.html dist/
mv *.css dist/
mv rose.png dist/
- name: Setup Pages
id: pages
+1 -1
View File
@@ -11,6 +11,6 @@
<div class="canvas-wrapper">
<canvas id="game-canvas"></canvas>
</div>
<script type="module" src="/snake.js"></script>
<script type="module" src="snake.js"></script>
</body>
</html>