From 57ccdf04e0dc17af86ae9b2f2d6155440989f450 Mon Sep 17 00:00:00 2001
From: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 12 九月 2023 19:56:29 +0800
Subject: [PATCH] Merge pull request #939 from alibaba-damo-academy/dev_sxfix

---
 .github/workflows/main.yml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 32cc242..9f3d9be 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,10 +13,6 @@
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v1
-      - name: cp funasr
-        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh'
-        run: |
-           ln -s funasr ./
       - uses: ammaraskar/sphinx-action@master
         with:
           docs-folder: "docs/"

--
Gitblit v1.9.1