Skip to content

Commit cef561b

Browse files
authored
Merge pull request #43 from ilo-token/master
fix path
2 parents f349d68 + dd55061 commit cef561b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: "/dist/"
38+
path: "dist/"
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)