Skip to content

chore(deps): update actions/checkout action to v4 (#13) #6

chore(deps): update actions/checkout action to v4 (#13)

chore(deps): update actions/checkout action to v4 (#13) #6

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
-
name: Checkout 🛎️
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
-
name: Prepare Ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
-
name: Install and Build 🔧
run: ./scripts/dist.sh -s blog -d dist
-
name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist