mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-23 00:50:03 +00:00
Merge pull request #3387 from ethereum/fix-docs-deploy
[hotfix] Fix docs deploy script
This commit is contained in:
commit
0ffb4e02cb
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -20,5 +20,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ${{ github.ref }}
|
key: ${{ github.ref }}
|
||||||
path: .cache
|
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
|
- run: mkdocs gh-deploy --force
|
||||||
|
Loading…
x
Reference in New Issue
Block a user