Skip to content

Merge pull request #20 from rwxd/renovate/actions-checkout-4.x #310

Merge pull request #20 from rwxd/renovate/actions-checkout-4.x

Merge pull request #20 from rwxd/renovate/actions-checkout-4.x #310

Workflow file for this run

name: build-blog
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build stuff
run: make build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
BRANCH: pages
FOLDER: ./site