Skip to content

Commit

Permalink
chore: wip v2 deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 3, 2024
1 parent a73df32 commit 28fbaa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-playground-sync-gitee.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy Playground And Sync to Gitee
name: Deploy Playground And Sync to Gitee V2

on:
push:
branches: [dev, main]
branches: ['v2.x']

jobs:
deploy-playground-sync-gitee:
deploy-playground-sync-gitee-v2:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -33,9 +33,7 @@ jobs:
folder: packages/varlet-ui-playground/site
single-commit: true
clean: true
clean-exclude: |
v2/*
v2/**
target-folder: v2

- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/deploy-site-sync-gitee.yaml

This file was deleted.

0 comments on commit 28fbaa1

Please sign in to comment.