https://github.com/knitkode/kjam-action-next
Parse Netlify CMS content structure for next.js applications. Static rest API?
https://github.com/knitkode/kjam-action-next
Last synced: 3 months ago
JSON representation
Parse Netlify CMS content structure for next.js applications. Static rest API?
- Host: GitHub
- URL: https://github.com/knitkode/kjam-action-next
- Owner: knitkode
- Created: 2021-12-18T11:34:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T05:50:37.000Z (over 3 years ago)
- Last Synced: 2025-03-18T18:21:42.942Z (about 1 year ago)
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kjam-action-next
*Github action* within the [**`kjam tooling`**](https://github.com/knitkode/kjam) for [git (github) based headless CMS](https://jamstack.org/headless-cms/) + [`next.js`](https://nextjs.org/) projects.
## Usage
In `.github/workflows/main.yml`
```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`](https://github.com/knitkode/kjam) monorepo. Issues and development happen [there](https://github.com/knitkode/kjam).