Skip to content

Commit 8555859

Browse files
committed
Fix 6
1 parent a202702 commit 8555859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Build the site in the jekyll/builder container
1616
run: |
1717
mkdir ${{ github.workspace }}/_site
18-
chmod -R 777 ${{ github.workspace }}/_site
1918
docker run \
20-
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
19+
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site2:/srv/jekyll/_site \
2120
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
21+
cp -r ${{ github.workspace }}/_site2 ${{ github.workspace }}/_site
2222
- name: Setup Python
2323
uses: actions/setup-python@v2
2424
with:

0 commit comments

Comments
 (0)