Add pitch #7

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

View File

@ -6,6 +6,9 @@ on:
jobs:
deploy:
runs-on: debian
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v1
- name: setup env

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>