Skip to content

Commit e604bb8

Browse files
committed
fix
1 parent 61e9f7d commit e604bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18-
path: dev
18+
with:
19+
path: dev
1920
- name: Build and run docker compose
2021
run: MODE=dev docker compose --env-file ~/data/.env.dev up --build -d
2122
- name: Clear unused images

0 commit comments

Comments
 (0)