Skip to content

A small Nx plugin to simplify deploying static site projects to github pages

Notifications You must be signed in to change notification settings

AgentEnder/nx-github-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nx Github Pages

This project was generated using Nx.

A simple Nx plugin to enable deploying a static project to Github Pages.

Note

This plugin was formerly published as @nx-dotnet/nx-ghpages. It was moved due to not being relevant to .NET and to decouple the releases. To view previous versions and changelogs checkout the nx-dotnet repo

Installation

To install the plugin, run:

nx add nx-github-pages

Usage

Pick a project to deploy and run:

nx g nx-github-pages:configuration --project=<project-name>

After the configuration is generated, you can deploy the project by running:

nx run <project-name>:deploy

About

A small Nx plugin to simplify deploying static site projects to github pages

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published