Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed Jun 4, 2024
1 parent a11a9c9 commit 32935b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: pwd
run: pwd
- name: Make build directory
run: mkdir dist; mkdir hexpansion-registry; mkdir public
run: mkdir dist; mkdir hexpansion-registry; mkdir -p public
- name: patch vite
run: patch -u ./node_modules/vite/dist/node/chunks/dep-BKbDVx1T.js -i ./vite.patch
- name: Install, build, and upload your site
Expand Down

0 comments on commit 32935b2

Please sign in to comment.