Skip to content

Commit 4e7ce9b

Browse files
committed
Bring back update command
1 parent c27d68a commit 4e7ce9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
bundler-cache: true
1717
- name: Build documents
1818
run: |
19+
bundle update --bundler
1920
bundle exec jekyll build 2> error.log
2021
cat >&2 error.log
2122
( ! grep -qie Error -e Warn error.log )

0 commit comments

Comments
 (0)