fix push
Some checks failed
/ mirror (push) Successful in 6s
/ deploy (push) Failing after 14s

This commit is contained in:
ange 2024-11-28 04:07:40 +00:00
parent 50686714ee
commit 5dec65d269
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
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>