Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignaraj-pai authored Jul 18, 2023
1 parent 67d0579 commit 55810b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Unset Deployment Mode and Update Gemfile.lock
run: |
bundle config unset deployment
bundle install
- name: Setup Ruby Environment
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 55810b6

Please sign in to comment.