diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52627e9..50ff291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | docker run --rm \ --volume="${{ github.workspace }}:/srv/jekyll" \ - jekyll/builder:latest /bin/bash -c "gem install bundler && chmod 777 /srv/jekyll && jekyll build && chmod 777 && assets/js/ && bundle exec just-the-docs rake search:init" + jekyll/builder:latest /bin/bash -c "gem install bundler && chmod 777 /srv/jekyll && jekyll build && chmod 777 assets/js && bundle exec just-the-docs rake search:init" jekyll-3.8.5: name: Build Jekyll site (v3.8.5)