From dcc7b29c3f8a90cf6526344fd2116f459da5a14a Mon Sep 17 00:00:00 2001 From: rmenner Date: Tue, 13 Jan 2026 21:07:24 -0500 Subject: [PATCH 1/2] Update page title for Auro Web Component Demo to specify 'auro-input test' --- components/input/demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input/demo/index.html b/components/input/demo/index.html index 42d822f..e76c317 100644 --- a/components/input/demo/index.html +++ b/components/input/demo/index.html @@ -3,7 +3,7 @@ - Auro Web Component Demo | auro-input + Auro Web Component Demo | auro-input test From 54b5cc3df99dfe57eed35e4ed615fae9660d2712 Mon Sep 17 00:00:00 2001 From: rmenner Date: Thu, 15 Jan 2026 20:34:25 -0500 Subject: [PATCH 2/2] fix: add GitHub Actions workflow updates and new demo script - Update dev-demo.yml to include publish directory and build command for demo - Remove unused AURO_SURGE_TOKEN from pull-request.yml - Add 'gh-demo' script to package.json for building demo --- .github/workflows/dev-demo.yml | 5 ++++- .github/workflows/pull-request.yml | 1 - package.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-demo.yml b/.github/workflows/dev-demo.yml index 472af67..9397ede 100644 --- a/.github/workflows/dev-demo.yml +++ b/.github/workflows/dev-demo.yml @@ -8,4 +8,7 @@ on: jobs: action: - uses: AlaskaAirlines/auro-actions/.github/workflows/dev-demo.yml@dev \ No newline at end of file + uses: AlaskaAirlines/auro-actions/.github/workflows/dev-demo.yml@dev + with: + publish-dir: "./auro-formkit-demo" + build-command: "npm run gh-demo" \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2c20da0..d0848ce 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -20,5 +20,4 @@ jobs: ./node_modules ./custom-elements.json secrets: - AURO_SURGE_TOKEN: $\{{ secrets.AURO_SURGE_TOKEN }} NPM_TOKEN: $\{{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 9a175a2..1927066 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs", "prepare": "husky", "deploy-demo": "npm run build && sh ./deploy-components.sh", + "gh-demo": "npm run build && sh ./local-demo.sh", "local-demo": "npm run build && sh ./local-demo.sh --zip" }, "dependencies": {