fix(website): .env path
Some checks failed
/ mirror (push) Successful in 4s
/ deploy (push) Failing after 43s

This commit is contained in:
ange 2024-11-29 05:52:10 +00:00
parent e5dfc78661
commit c94a6b6700
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 4 additions and 1 deletions

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>