Skip to content

Parse Netlify CMS content structure for next.js applications. Static rest API?

Notifications You must be signed in to change notification settings

knitkode/kjam-action-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kjam-action-next

Github action within the kjam tooling for git (github) based headless CMS + next.js projects.

Usage

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.

About

Parse Netlify CMS content structure for next.js applications. Static rest API?

Resources

Stars

Watchers

Forks

Packages

No packages published