Skip to content

Commit 68533d1

Browse files
committed
fix path of deploy.sh
1 parent b572192 commit 68533d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Deploy to ReflexCloud
33-
run: deploy.sh ${{ matrix.folder }}
33+
run: ./deploy.sh ${{ matrix.folder }}

0 commit comments

Comments
 (0)