Skip to content

Commit

Permalink
better for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Jun 24, 2024
1 parent ac19039 commit 155417d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bun-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.6
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./dist"
path: "."
- name: deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": false,
"version": "0.0.0",
"type": "module",
"homepage": "https://walteh.github.io/threadsole/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down

0 comments on commit 155417d

Please sign in to comment.