Skip to content

Commit

Permalink
Merge pull request #3387 from ethereum/fix-docs-deploy
Browse files Browse the repository at this point in the history
[hotfix] Fix docs deploy script
  • Loading branch information
hwwhww committed May 24, 2023
2 parents ea99320 + 89e45c6 commit 0ffb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ffb4e0

Please sign in to comment.