Skip to content

Commit 9aabcc2

Browse files
committed
try to fix the build step
1 parent 28421e6 commit 9aabcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fly-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: superfly/flyctl-actions/setup-flyctl@master
16+
- run: npm ci
1617
- run: npm run build
1718
- run: flyctl deploy --remote-only
1819
env:

0 commit comments

Comments
 (0)