ci for todomvc
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -35,6 +35,11 @@ jobs:
|
|||||||
./build
|
./build
|
||||||
vite build
|
vite build
|
||||||
# vite build --base /newt
|
# vite build --base /newt
|
||||||
|
- name: build todomvc
|
||||||
|
run: |
|
||||||
|
cd todomvc
|
||||||
|
node ../build/newt.js src/Todo.newt -o app.js
|
||||||
|
vite build --base /todomvc --outDir ../playground/dist/todomvc
|
||||||
- name: Upload playground
|
- name: Upload playground
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
4
todomvc/.gitignore
vendored
4
todomvc/.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
public/app.js
|
app.js
|
||||||
public/dist
|
dist
|
||||||
|
|||||||
Reference in New Issue
Block a user