We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8444f64 commit b90abfcCopy full SHA for b90abfc
.github/workflows/jekyll-build.yml
@@ -35,7 +35,7 @@ jobs:
35
ls
36
- name: Move Files
37
run: |
38
- sudo cp jimmylv.github.io/**/** jekyll-blog/_posts
+ sudo cp -rf jimmylv.github.io/**/** jekyll-blog/_posts
39
40
- name: Get cached gems
41
uses: actions/cache@v2
0 commit comments