Skip to content

Update Ruby version to 3.2 to fix sass-embedded compatibility #2

Update Ruby version to 3.2 to fix sass-embedded compatibility

Update Ruby version to 3.2 to fix sass-embedded compatibility #2

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ dev ] # Trigger on dev branch pushes
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec jekyll build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: gh-pages