Github action within the kjam tooling
for git (github) based headless CMS + next.js
projects.
In .github/workflows/main.yml
name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: knitkode/kjam-action-next@v1
This repo is automatically deployed by
@kjam
monorepo. Issues and development happen there.