Skip to content

Commit

Permalink
Fix CI after port
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jan 27, 2025
1 parent 06e512b commit ea7002f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./build
path: ./dist

# copypasta from https://github.com/actions/deploy-pages
deploy:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "expr101",
"private": true,
"version": "0.0.0",
"homepage": "https://jaded-encoding-thaumaturgy.github.io/expr101",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ea7002f

Please sign in to comment.