Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/stacks/stack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 0.1.0

name: Deploy a Next.js site to GitHub pages
description: A stack to deploy a nextjs based website to Github Pages
name: Deploy a NextJS website to GitHub Pages
description: A GitHub Stack to develop, preview, and deploy a NextJS website to Github Pages in seconds.

branding: # stack branding
icon: 'package'
Expand All @@ -10,15 +10,15 @@ branding: # stack branding
inputs: # stack inputs
- name: NODE_VERSION # stack input name
default: v12.22.4 # stack input default value provided
description: NODE_VERSION for nodejs stack # stack input description
description: Node.js version. # stack input description
validvalues: # stack input valid values that can be selected
- v12.22.4
- v14.17.4

configs:
repo-metadata:
parameters:
description: 'NextJS app on GH pages'
description: 'NextJS app on GitHub pages'
topics:
- nextjs
- github-pages
Expand Down