Skip to content

Commit a299a0a

Browse files
committed
Update ci.yml
1 parent 314587b commit a299a0a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- name: Build the site in the jekyll/builder container
10-
run: |
11-
export JEKYLL_VERSION=3.8
12-
docker run \
13-
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
14-
-e PAGES_REPO_NWO=${{ github.repository }} \
15-
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
9+

0 commit comments

Comments
 (0)