Update README.md

This commit is contained in:
Shohei Ueda
2019-11-13 09:28:54 +09:00
committed by GitHub
parent 74185ffe80
commit 49a4a6dfc2

View File

@@ -604,8 +604,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r ./requirements.txt
python3 -m pip install --upgrade pip
python3 -m pip install -r ./requirements.txt
- run: mkdocs build