Skip to content

Commit 7620be4

Browse files
committed
wip
1 parent d31be48 commit 7620be4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deployment.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
with:
2020
repository: mikiken/mikiken.net
2121
submodules: recursive
22-
path: mikiken.net
22+
path: /home/runner/work/mikiken.net
2323

24-
- run: |
25-
cd mikiken.net
24+
- name : cd to mikiken.net
25+
run: |
26+
cd /home/runner/work/mikiken.net
2627
pwd
2728
ls -la
2829

0 commit comments

Comments
 (0)