This commit is contained in:
Shunta Komatsu
2020-05-07 09:25:54 -04:00
committed by GitHub
parent b9364f96b1
commit f656882942
16 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
# git is requried to clone the docs theme
# git is required to clone the docs theme
pre-build-command: "apt-get update -y && apt-get install -y git"
docs-folder: "docs/"
repo-token: "${{ secrets.GITHUB_TOKEN }}"