From d37dae5d061407d2db579dff5dcac0f573666631 Mon Sep 17 00:00:00 2001 From: 25hours886 <1094662341@qq.com> Date: Wed, 3 Jan 2024 21:54:46 +0800 Subject: [PATCH] remove history --- l/.github/FUNDING.yml | 1 - l/.github/workflows/deploy.yml | 35 ---------------------------------- l/FUNDING.yml | 1 - l/workflows/deploy.yml | 35 ---------------------------------- 4 files changed, 72 deletions(-) delete mode 100644 l/.github/FUNDING.yml delete mode 100644 l/.github/workflows/deploy.yml delete mode 100644 l/FUNDING.yml delete mode 100644 l/workflows/deploy.yml diff --git a/l/.github/FUNDING.yml b/l/.github/FUNDING.yml deleted file mode 100644 index 735404b8..00000000 --- a/l/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://github.com/un-pany/v3-admin-vite/issues/69 diff --git a/l/.github/workflows/deploy.yml b/l/.github/workflows/deploy.yml deleted file mode 100644 index 8dd87764..00000000 --- a/l/.github/workflows/deploy.yml +++ /dev/null @@ -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 diff --git a/l/FUNDING.yml b/l/FUNDING.yml deleted file mode 100644 index 735404b8..00000000 --- a/l/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://github.com/un-pany/v3-admin-vite/issues/69 diff --git a/l/workflows/deploy.yml b/l/workflows/deploy.yml deleted file mode 100644 index 8dd87764..00000000 --- a/l/workflows/deploy.yml +++ /dev/null @@ -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