This commit is contained in:
2025-08-01 13:19:16 +02:00
parent 5412facc43
commit 970fb1bb5b
2 changed files with 10 additions and 5 deletions

View File

@@ -36,11 +36,11 @@ jobs:
dest+=".html"
markdown-to-html --no-dark-mode false --markdown-style-theme light --source $entry --output $dest
done
- name: gen_pico8
run: |
cd ${{github.worpskace}}
./gen_games.sh >> public/gaming.html
echo " </body></html> " >> public/gaming.html
# - name: gen_pico8
# run: |
# cd ${{github.worpskace}}
# ./gen_games.sh >> public/gaming.html
# echo " </body></html> " >> public/gaming.html
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1

View File

@@ -7,3 +7,8 @@
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<ul>
<li><a href="games/lou.html">lou</a></li>
</ul>
</body>
</html>