Skip to content

Update jekyll.yml v7 #11

Update jekyll.yml v7

Update jekyll.yml v7 #11

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- name: Install bundler
run: gem install bundler
- name: Update Bundler and Gems
run: |
bundle update
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'