From f182090cda234da169f7644e3ac4be2632b86022 Mon Sep 17 00:00:00 2001
From: 仁迷 <haoneng.lhn@alibaba-inc.com>
Date: 星期四, 16 二月 2023 11:52:49 +0800
Subject: [PATCH] update uniasr infer recipe

---
 .github/workflows/main.yml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5a3195e..db7a1d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,14 +17,15 @@
           docs-folder: "docs/"
           pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
       - uses: ammaraskar/sphinx-action@master
-          with:
-            docs-folder: "docs_cn/"
-            pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
+        with:
+          docs-folder: "docs_cn/"
+          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
           mkdir public/en
           touch public/en/.nojekyll
           cp -r docs/_build/html/* public/en/
@@ -33,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 }}

--
Gitblit v1.9.1