WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Update dependency virtua to v0.48.2 #176

Update dependency virtua to v0.48.2

Update dependency virtua to v0.48.2 #176

Workflow file for this run

name: "Build Preview Deployment"
on:
pull_request:
types: [opened, synchronize]
jobs:
build-preview:
runs-on: "ubuntu-latest"
name: "Build Preview Site and Upload Build Artifact"
steps:
- name: "checkout"
uses: "actions/checkout@v6"
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: cd web && bun run build
- name: "upload build artifact"
uses: "actions/upload-artifact@v5"
with:
name: "preview-build"
path: |
node_modules
web/.svelte-kit
web/node_modules
include-hidden-files: true