Skip to content

Commit 61e9f7d

Browse files
committed
fix: path runner
1 parent 0f177c8 commit 61e9f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_dev.yml

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

0 commit comments

Comments
 (0)