We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0605 commit 9c234daCopy full SHA for 9c234da
1 file changed
.github/workflows/jekyll.yml
@@ -1,4 +1,4 @@
1
-name: Jekyll site CI
+name: CI for GitHub Pages site
2
3
on: [push]
4
@@ -16,10 +16,10 @@ jobs:
16
with:
17
ruby-version: 2.6.x
18
- name: Build and test with Rake
19
- run: |
20
- gem install bundler
21
- bundle install --jobs 4 --retry 3
22
- bundle exec rake
+ run: |
+ gem install bundler
+ bundle install --jobs 4 --retry 3
+ bundle exec rake
23
24
# Node-specific steps
25
- name: Install node modules
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
docker run \
33
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
34
- jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
+ jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
0 commit comments