Skip to content

Commit 93032fe

Browse files
authored
Moved bundle update after bundle install.
1 parent e56e043 commit 93032fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
3333
- name: Bundle install
3434
run: |
35-
bundle update github-pages
3635
bundle config path vendor/bundle
3736
bundle install
37+
bundle update github-pages
3838
3939
- name: Test web site changes
4040
run: ./scripts/cibuild

0 commit comments

Comments
 (0)