Update build
This commit is contained in:
parent
f07a553d23
commit
8904d96055
4 changed files with 7 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ jobs:
|
|||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Check project
|
||||
run: pnpm run check
|
||||
|
||||
- name: Build project
|
||||
run: pnpm run build
|
||||
|
||||
- name: Check project
|
||||
run: pnpm run check
|
||||
|
||||
- name: Upload artifact
|
||||
run: |
|
||||
tar -czf build.tar.gz build
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# quartznet-info
|
||||
|
||||
Main website for quartznet.
|
||||
Quartznet website.
|
||||
|
||||
1. `pnpm install`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "quartznet",
|
||||
"name": "quartznet-info",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
export const prerender = true;
|
||||
export const trailingSlash = 'always';
|
||||
|
|
|
|||
Loading…
Reference in a new issue