From 663a31d9eaf83a951193b65a3487f657ea6f2d7f Mon Sep 17 00:00:00 2001 From: Binbin Zhang Date: Thu, 14 Apr 2022 16:06:02 +0800 Subject: [PATCH] Update doc.yml (#68) --- .github/workflows/doc.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index c7100ed..68bce32 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,8 +1,5 @@ name: "Check and Publish Docs" on: - push: - branches: - - main pull_request: jobs: @@ -15,7 +12,7 @@ jobs: - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - pre-build-command: "pip install sphinx-markdown-tables nbsphinx recommonmark sphinx_rtd_theme" + pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme" # add .nojekyll to notice Pages use the _* dirs