Skip to content

Commit 2f2bc0f

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Build the site in the jekyll/builder container
15+
- 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"
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: |
1921
mkdir ${{ github.workspace }}/_site
2022
cp -r ${{ github.workspace }}/_site2/* ${{ github.workspace }}/_site/
2123
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)