From dd11f88cb347abb1f85f461645c83a81a22a7a19 Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期三, 15 二月 2023 17:12:45 +0800
Subject: [PATCH] Merge pull request #113 from alibaba-damo-academy/dev_wjm

---
 .github/workflows/main.yml |    4 ++--
 docs/index.rst             |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d6158a7..db7a1d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,7 +22,7 @@
           pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
 
       - name: deploy copy
-        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
+        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
         run: |
           mkdir public
           touch public/.nojekyll
@@ -34,7 +34,7 @@
           cp -r docs_cn/_build/html/* public/cn/
 
       - name: deploy github.io pages
-        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
+        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
         uses: peaceiris/actions-gh-pages@v2.3.1
         env:
           GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
diff --git a/docs/index.rst b/docs/index.rst
index d29b500..d7fc96b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -23,6 +23,7 @@
    :caption: ModelScope:
 
    ./modelscope_models.md
+   ./modelscope_usages.md
 
 Indices and tables
 ==================

--
Gitblit v1.9.1