Merge pull request #3387 from ethereum/fix-docs-deploy

[hotfix] Fix docs deploy script
This commit is contained in:
Hsiao-Wei Wang 2023-05-25 02:16:29 +08:00 committed by GitHub
commit 0ffb4e02cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -e .[docs]
- run: pip install mkdocs==1.4.2 mkdocs-material==9.1.5 mdx-truly-sane-lists==1.3 mkdocs-awesome-pages-plugin==2.8.0
- run: mkdocs gh-deploy --force