Update CI status and configuration
This commit is contained in:
parent
f844f2364b
commit
4f945a02be
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -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
|
@ -1,5 +1,7 @@
|
||||
## Introduction
|
||||
|
||||
[](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)
|
||||
|
Loading…
Reference in New Issue
Block a user