Skip to content

Commit

Permalink
玩原神玩的
Browse files Browse the repository at this point in the history
  • Loading branch information
immccn123 committed Aug 4, 2024
1 parent 0d39367 commit 42bcea5
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
build-viewer:
build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -60,25 +60,3 @@ jobs:
# path: |
# packages/viewer/.next/
# !packages/viewer/.next/cache/

build-archive:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 9

- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm -r run build

0 comments on commit 42bcea5

Please sign in to comment.