Update CI status and configuration

This commit is contained in:
HoshinoKoji 2025-03-11 14:00:11 +08:00
parent f844f2364b
commit 4f945a02be
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)