This commit is contained in:
ange 2024-11-28 04:07:40 +00:00
parent b2fb2656c6
commit 4fcfbcd985
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
on:
push:
paths:
- website/**
jobs:
deploy:
runs-on: debian

View File

@ -7,6 +7,6 @@
</head>
<body>
<img src="static/logo.webp" alt="Icing logo">
<p>Hello, World</p>
<p>Hello, World!</p>
</body>
</html>