Skip to content

Commit dfb8de2

Browse files
authored
Update jekyll-build.yml
1 parent 3a6a01a commit dfb8de2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-16.04
1313

1414
steps:
15+
- name: Run Backup
16+
run: |
17+
cd /tmp
18+
git clone -q --depth=1 --branch=master https://github.com/JimmyLv/jekyll-blog.git jekyll-blog
19+
cd $_
1520
- name: Checkout repo
1621
uses: actions/checkout@v2
1722

0 commit comments

Comments
 (0)