Skip to content

Update Gemfile to include jekyll-sass-converter #12

Update Gemfile to include jekyll-sass-converter

Update Gemfile to include jekyll-sass-converter #12

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}