This project was generated using [Nx](https://nx.dev).
npm install nx-github-pagesThis 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
To install the plugin, run:
``bash`
nx add nx-github-pages
Pick a project to deploy and run:
`bash`
nx g nx-github-pages:configuration --project=
After the configuration is generated, you can deploy the project by running:
`bash``
nx run