浏览代码

fixing CI ep.3

erenJag 5 年之前
父节点
当前提交
181d8ced0a
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      .github/workflows/deploy_doc.yml

+ 0 - 4
.github/workflows/deploy_doc.yml

@@ -31,10 +31,6 @@ jobs:
           #git config --global user.name "${GH_NAME}"
           #git config --global user.email "${GH_EMAIL}"
           git remote set-url origin ${REMOTE}
-      # Install theme and dependencies
-      - run: |
-          pip install .
-          pip install mkdocs-minify-plugin>=0.2
       # Build documentation
       - #env:
           #GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}