File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
12
- - uses : actions/checkout@master
12
+ - uses : actions/checkout@v2
13
13
14
14
- name : Build the site in the jekyll/builder container
15
15
run : |
16
16
docker run --rm \
17
17
--volume="${{ github.workspace }}:/srv/jekyll" \
18
- jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
18
+ jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && jekyll build && bundle exec rake search:init"
19
19
20
20
jekyll-3-8-5 :
21
21
name : Build Jekyll site (v3.8.5)
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
25
- - uses : actions/checkout@master
25
+ - uses : actions/checkout@v2
26
26
27
27
- name : Build the site in the jekyll/builder container
28
28
run : |
29
29
docker run --rm \
30
30
--volume="${{ github.workspace }}:/srv/jekyll" \
31
- jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
31
+ jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && jekyll build && bundle exec rake search:init"
32
32
33
33
assets :
34
34
name : Format and test CSS and JS
You can’t perform that action at this time.
0 commit comments