Skip to content

Commit f7cce85

Browse files
authored
Update deploy.yml
1 parent 2f2bc0f commit f7cce85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
docker run -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site2:/srv/jekyll/_site jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
1919
- name: Copy Built Artifacts
2020
run: |
21-
mkdir ${{ github.workspace }}/_site
21+
mkdir -p ${{ github.workspace }}/_site
2222
cp -r ${{ github.workspace }}/_site2/* ${{ github.workspace }}/_site/
2323
- uses: actions/upload-artifact@v2
2424
name: Upload intermmediate

0 commit comments

Comments
 (0)