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
|
- name: Install packages
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Check project
|
|
||||||
run: pnpm run check
|
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
|
- name: Check project
|
||||||
|
run: pnpm run check
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
run: |
|
run: |
|
||||||
tar -czf build.tar.gz build
|
tar -czf build.tar.gz build
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# quartznet-info
|
# quartznet-info
|
||||||
|
|
||||||
Main website for quartznet.
|
Quartznet website.
|
||||||
|
|
||||||
1. `pnpm install`
|
1. `pnpm install`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "quartznet",
|
"name": "quartznet-info",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue