CI/CD auto deploy website #4

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