Skip to content
Snippets Groups Projects
Unverified Commit 4a209f7f authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Update ci.yml

parent e5f53a8b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ jobs:
run: |
docker run --rm \
--volume="${{ github.workspace }}:/srv/jekyll" \
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build"
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod 777 /srv/jekyll && jekyll build"
css:
name: Stylelint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment