Skip to content

Commit 9c234da

Browse files
authored
fix an indent
1 parent 22e0605 commit 9c234da

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Jekyll site CI
1+
name: CI for GitHub Pages site
22

33
on: [push]
44

@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
ruby-version: 2.6.x
1818
- name: Build and test with Rake
19-
run: |
20-
gem install bundler
21-
bundle install --jobs 4 --retry 3
22-
bundle exec rake
19+
run: |
20+
gem install bundler
21+
bundle install --jobs 4 --retry 3
22+
bundle exec rake
2323
2424
# Node-specific steps
2525
- name: Install node modules
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
docker run \
3333
-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"
34+
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"

0 commit comments

Comments
 (0)