mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
fix: install exact version of mkdocs and mkdocs_material during docs site building (#3095)
This commit is contained in:
parent
916d4aed57
commit
d5286296eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yaml
vendored
2
.github/workflows/gh-pages.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
python-version: 3.x
|
||||
- name: build
|
||||
run: |
|
||||
pip install mkdocs mkdocs_material
|
||||
pip install mkdocs==1.0.4 mkdocs_material==4.1.1
|
||||
mkdocs build
|
||||
mkdir ./site/.circleci && echo '{version: 2, jobs: {build: {branches: {ignore: gh-pages}}}}' > ./site/.circleci/config.yml
|
||||
- name: deploy
|
||||
|
|
|
|||
Loading…
Reference in a new issue