From 1ada8c2b28d196dd41900cd4dd4edd817ed59c8c Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Tue, 30 Jul 2024 06:36:22 -0500 Subject: [PATCH] chore(core): nx plugin submission nx-github-pages (#27199) # Community Plugin Submission ## nx-github-pages Provides an executor to publish built artifacts to github pages and a configuration generator to set it up. (cherry picked from commit c400ea3002eba058d4e4ca02b3b5144ace306f15) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 0487d7f83d569..93d24df9ed0e9 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -488,5 +488,10 @@ "name": "@huge-nx/conventions", "description": "Plugin to generate and manage Nx workspaces by adhering to established workspace conventions.", "url": "https://github.com/jogelin/huge-nx" + }, + { + "name": "nx-github-pages", + "description": "A small Nx plugin to make deploying static projects to GitHub Pages easy.", + "url": "https://github.com/agentender/nx-github-pages" } ]