We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1515b1a commit e432ed9Copy full SHA for e432ed9
.github/workflows/jekyll.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
12
13
# Ruby-specific steps
14
- name: Set up Ruby 2.6
@@ -26,9 +26,9 @@ jobs:
26
run: |
27
npm install
28
29
- # Jekyll / GitHub-pages specific steps
+ # Jekyll-specific steps
30
- name: Build the site in the jekyll/builder container
31
32
docker run \
33
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
34
- jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
+ jekyll/builder:4.0 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
0 commit comments