Skip to content

Commit 85fa222

Browse files
committed
Merge branch 'v0.2.9' of github.com:pmarsceill/just-the-docs into v0.2.9
2 parents 798c14b + 5fbfe09 commit 85fa222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111

12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v2
1313

1414
- name: Build the site in the jekyll/builder container
1515
run: |
1616
docker run --rm \
1717
--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"
1919
2020
jekyll-3-8-5:
2121
name: Build Jekyll site (v3.8.5)
2222
runs-on: ubuntu-latest
2323
steps:
2424

25-
- uses: actions/checkout@master
25+
- uses: actions/checkout@v2
2626

2727
- name: Build the site in the jekyll/builder container
2828
run: |
2929
docker run --rm \
3030
--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"
3232
3333
assets:
3434
name: Format and test CSS and JS

0 commit comments

Comments
 (0)