Skip to content

Commit

Permalink
fix: fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
cybor97 committed Jan 27, 2024
1 parent 2b3f61e commit 20a3896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn build

- name: Clean up
run: rm -rf ./node_modules && rm -rf ./dist
run: rm -rf ./node_modules && rm -rf ./dist && rm -rf ./.git

- name: Deploying
uses: webfactory/ssh-agent@v0.8.0
Expand Down
Empty file modified install.sh
100644 → 100755
Empty file.

0 comments on commit 20a3896

Please sign in to comment.