Browse Source

fixing CI ep.3

erenJag 5 years ago
parent
commit
181d8ced0a
1 changed files with 0 additions and 4 deletions
  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 }}