Add pitch #7

Merged
stcb merged 25 commits from doc into dev 2024-12-20 09:43:39 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit eff830f1db - Show all commits

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>