Skip to content

Commit c09f054

Browse files
authored
Update deploy.yml
1 parent f7cce85 commit c09f054

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ jobs:
1515
- name: Build the site in the Jekyll/builder container
1616
run: |
1717
rm ${{ github.workspace }}/_publications/template
18-
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"
19-
- name: Copy Built Artifacts
20-
run: |
21-
mkdir -p ${{ github.workspace }}/_site
22-
cp -r ${{ github.workspace }}/_site2/* ${{ github.workspace }}/_site/
18+
docker run -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
2319
- uses: actions/upload-artifact@v2
2420
name: Upload intermmediate
2521
with:

0 commit comments

Comments
 (0)