Skip to content

Commit 01b11f1

Browse files
committed
repair the ci
1 parent e251f5a commit 01b11f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
run: |
1919
docker run --rm \
2020
--volume="${{ github.workspace }}:/srv/jekyll" \
21-
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
21+
jekyll/builder:latest /bin/bash -c "gem install bundler && git config --global --add safe.directory /srv/jekyll && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
2222
jekyll-3-8-5:
23-
name: Build Jekyll site (v4.0.0)
23+
name: Build Jekyll site (v3.8.5)
2424
runs-on: ubuntu-latest
2525
steps:
2626

@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
docker run --rm \
3232
--volume="${{ github.workspace }}:/srv/jekyll" \
33-
jekyll/builder:4.0.0 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
33+
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"
3434
assets:
3535
name: Format and test CSS and JS
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)