Skip to content

Commit

Permalink
chore: remove gitee ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed May 2, 2024
1 parent c646735 commit c82636b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy Playground And Sync to Gitee
name: Deploy Playground

on:
push:
branches: [main]

jobs:
deploy-playground-sync-gitee:
deploy-playground
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -29,15 +29,8 @@ jobs:
- name: Deploy site
uses: JamesIves/[email protected]
with:
branch: playground-gh-page
branch: gh-page
folder: packages/varlet-ui-playground/site
single-commit: true
clean: true

- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:varletjs/varlet.git
destination-repo: [email protected]:varlet/varlet-ui-playground.git
target-folder: playground
44 changes: 0 additions & 44 deletions .github/workflows/deploy-site-sync-gitee-v2.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy Site And Sync to Gitee
name: Deploy Site

on:
push:
branches: [main]

jobs:
deploy-site-sync-gitee:
deploy-site:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -36,11 +36,5 @@ jobs:
clean-exclude: |
v2/*
v2/**/*
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:varletjs/varlet.git
destination-repo: [email protected]:varlet/varlet-ui.git
playground/*
playground/**/*

0 comments on commit c82636b

Please sign in to comment.