Skip to content

Commit 1f8de67

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 3c085a4 commit 1f8de67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
uses: denoland/deployctl@v1
3939
with:
4040
project: "engli"
41-
entrypoint: "/index.html"
42-
root: "dist/"
41+
entrypoint: "dist/index.html"
42+
root: "dist"

0 commit comments

Comments
 (0)