Skip to content

Commit

Permalink
added eks blog
Browse files Browse the repository at this point in the history
  • Loading branch information
aroraakshit committed Jul 16, 2024
1 parent 66f8c94 commit ff6f25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/jekyll_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Add setup-ruby action to set the Ruby version
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # or another compatible version
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'
jekyll_env: "RUBY_VERSION=3.3.4"
ruby-version: "3.3.4"
target_branch: 'gh-pages'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gem "jekyll", "~> 3.9.0"
gem "github-pages", "~> 214"
gem "rake", "~> 13.0.3"
gem "slugify", "~> 1.0.7"
gem 'ffi', '~> 1.15'

gem "webrick", "~> 1.8"

0 comments on commit ff6f25a

Please sign in to comment.