Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implementation in pony of majority of benchmarks (#484)#789

Implementation in pony of majority of benchmarks (#484)

Implementation in pony of majority of benchmarks (#484) #789

Workflow file for this run

name:site
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
on:
# push:
# branches: [main]
pull_request:
branches:[main]
workflow_dispatch:
merge_group:
jobs:
build:
runs-on:${{ matrix.os }}
strategy:
matrix:
os:[ubuntu-latest]
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version:18.x
-uses:pnpm/action-setup@v2
with:
version:9
-run:npm i -g vercel
-run:vercel --version
-name:Build
run:|
cd website
pnpm i
pnpm build
pnpm archive-dist

[8]ページ先頭

©2009-2025 Movatter.jp