Skip to content

Bump dependabot/fetch-metadata from 1 to 2 #175

Bump dependabot/fetch-metadata from 1 to 2

Bump dependabot/fetch-metadata from 1 to 2 #175

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install Ruby ⏳
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build Jekyll 🏗
run: |
bundle exec jekyll build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: _site