This commit is contained in:
ange 2024-11-28 04:07:40 +00:00 committed by stcb
parent bbe01a2d68
commit eff830f1db
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>