Skip to content

Commit f7cffac

Browse files
committed
Build jekyll straight
1 parent 878c434 commit f7cffac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
restore-keys: |
2525
ruby-deps-
2626
- name: Ruby deps
27-
run: gem install json kramdown jekyll bundler
27+
run: gem install json kramdown jekyll bundler github-pages
2828
- name: Nokogiri deps
2929
run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
3030
- name: Nokogiri
@@ -42,5 +42,5 @@ jobs:
4242
name: check-messages
4343
path: check-messages.txt
4444
- name: Build site
45-
run: make --always-make site
45+
run: jekyll build
4646

0 commit comments

Comments
 (0)