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

fix: update correct link in add.md #687

fix: update correct link in add.md

fix: update correct link in add.md #687

Workflow file for this run

name: Build Test
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
env:
COREPACK_ENABLE_AUTO_PIN: 0
steps:
- name: Checkout Commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/[email protected]
with:
standalone: true
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
env:
LOCALE_CI: en