Skip to content

Commit

Permalink
Actions fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGartner committed Sep 11, 2023
1 parent 6b1a44b commit 2c207ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd client

- name: Build
run: vite run build # The build command of your project
run: npm run build # The build command of your project

- name: Push
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit 2c207ed

Please sign in to comment.