From ddbc6dcc81b1daedd8e9f76763ae0c11fda14860 Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 15 二月 2023 16:44:44 +0800
Subject: [PATCH] update docs
---
.github/workflows/main.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cfb94f3..eb60eac 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,14 +18,14 @@
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
cp -r docs_cn/_build/html/* public/
- 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