From 4f945a02bee765a3577853a342cbb7213edb70b0 Mon Sep 17 00:00:00 2001 From: HoshinoKoji Date: Tue, 11 Mar 2025 14:00:11 +0800 Subject: [PATCH] Update CI status and configuration --- .github/workflows/node.js.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index da5ccbd..9c02adf 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,6 +18,6 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: dist-without-markdown + name: dist_${{ github.sha }} path: | dist \ No newline at end of file diff --git a/README.md b/README.md index f06e43d..ec8b725 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Introduction +[![Node.js CI](https://github.com/HoshinoKoji/js-exform/actions/workflows/node.js.yml/badge.svg)](https://github.com/HoshinoKoji/js-exform/actions/workflows/node.js.yml) + This project is to develop a Vue 3 single page questionnaire application to be embedded in online psychology experiments. Demo pages are hosted to show how it looks like: - [Standard](https://js-exform.pages.dev/demo) - [Dark mode](https://js-exform.pages.dev/demo-dark)