Skip to content

Commit 4222012

Browse files
authored
Update ci.yml
- name: Build the site in the jekyll/builder container run: | export JEKYLL_VERSION=3.8 docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ -e PAGES_REPO_NWO=${{ github.repository }} \ jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
1 parent 1186f03 commit 4222012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
# - name: Build the site in the jekyll/builder container
10-
# run: |
9+
- name: Build the site in the jekyll/builder container
10+
run: |
1111
- name: Upgrade RubyGems
12+
- name: Build the site in the jekyll/builder container
1213
run: |
13-
gem update --system 3.3.22
1414
export JEKYLL_VERSION=3.8
1515
docker run \
1616
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \

0 commit comments

Comments
 (0)