CI/CD auto deploy website #4

Open
ange wants to merge 19 commits from websitedeploy into dev
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 4fcfbcd985 - 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>