Skip to content

Commit

Permalink
fix: instally jekyll manually
Browse files Browse the repository at this point in the history
  • Loading branch information
lhnguyen102 committed Sep 9, 2023
1 parent 1d648e5 commit eb45355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '3.1.3' # or another version depending on your project's needs
ruby-version: '2.2' # or another version depending on your project's needs
- name: Install Jekyll
run: gem install jekyll
- name: Build with Jekyll
Expand Down

0 comments on commit eb45355

Please sign in to comment.