Skip to content

Commit 491f7ca

Browse files
Fix deploy workflow (#15)
* feat(microservices): new microsevices post * fix(microservices): new hero image, minor edits * fix(ci): remove bundler cache * fix(ci): install ruby deps * fix(deploy): add bundle install
1 parent 97f14dc commit 491f7ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
uses: ruby/setup-ruby@v1
4444
with:
4545
ruby-version: 3
46-
bundler-cache: true
46+
bundler-cache: false
47+
48+
- name: Install dependencies
49+
run: bundle install
4750

4851
- name: Build site
4952
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)