From ddbc6dcc81b1daedd8e9f76763ae0c11fda14860 Mon Sep 17 00:00:00 2001 From: speech_asr Date: Wed, 15 Feb 2023 16:44:44 +0800 Subject: [PATCH] update docs --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfb94f367..eb60eac2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,14 +18,14 @@ jobs: 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 }}