Skip to content

Commit 20a49a1

Browse files
authored
Update jekyll-build.yml
1 parent f862a2b commit 20a49a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ jobs:
2626
owner: JimmyLv
2727
# Repository name
2828
repository: jekyll-blog
29-
- name: Move Files
29+
- name: Show Files
3030
run: |
3131
pwd
3232
ls
33+
ls ..
34+
ls ...
35+
- name: Move Files
36+
run: |
3337
mv ../jimmylv.github.io/** _posts
3438
3539
- name: Get cached gems

0 commit comments

Comments
 (0)