fix(website): .env path

This commit is contained in:
ange 2024-11-29 05:52:10 +00:00 committed by stcb
parent 23d4ad4d61
commit 33f9f44fbf
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -7,6 +7,6 @@
</head> </head>
<body> <body>
<img src="static/logo.webp" alt="Icing logo"> <img src="static/logo.webp" alt="Icing logo">
<p>Hello, World</p> <p>Hello, World!</p>
</body> </body>
</html> </html>