Skip to content

Commit a202702

Browse files
committed
Fix 6
1 parent f31fc7e commit a202702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: Build the site in the jekyll/builder container
1616
run: |
17+
mkdir ${{ github.workspace }}/_site
18+
chmod -R 777 ${{ github.workspace }}/_site
1719
docker run \
1820
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
1921
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
20-
chmod -R 777 ${{ github.workspace }}/_site
2122
- name: Setup Python
2223
uses: actions/setup-python@v2
2324
with:

0 commit comments

Comments
 (0)