mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-22 03:49:19 +08:00
remove history
This commit is contained in:
parent
bfd0ecb44f
commit
d37dae5d06
1
l/.github/FUNDING.yml
vendored
1
l/.github/FUNDING.yml
vendored
@ -1 +0,0 @@
|
||||
custom: https://github.com/un-pany/v3-admin-vite/issues/69
|
35
l/.github/workflows/deploy.yml
vendored
35
l/.github/workflows/deploy.yml
vendored
@ -1,35 +0,0 @@
|
||||
name: Build And Deploy openGemini-Dashboard
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js 20.10.0
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 20.10.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.11.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.V3_ADMIN_VITE }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: dist
|
@ -1 +0,0 @@
|
||||
custom: https://github.com/un-pany/v3-admin-vite/issues/69
|
@ -1,35 +0,0 @@
|
||||
name: Build And Deploy openGemini-Dashboard
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js 20.10.0
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 20.10.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.11.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.V3_ADMIN_VITE }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: dist
|
Loading…
x
Reference in New Issue
Block a user