Skip to content

Commit

Permalink
Merge pull request #43 from ilo-token/master
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
neverRare authored Aug 15, 2024
2 parents f349d68 + dd55061 commit cef561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "/dist/"
path: "dist/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit cef561b

Please sign in to comment.