mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update docs-ci.yaml
This commit is contained in:
parent
a602359f24
commit
f9bef46d76
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs-ci.yaml
vendored
3
.github/workflows/docs-ci.yaml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- add-docs-portal
|
||||||
paths:
|
paths:
|
||||||
- docs/**
|
- docs/**
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -28,4 +29,4 @@ jobs:
|
||||||
mkdocs-material-
|
mkdocs-material-
|
||||||
- run: pip install mkdocs-material
|
- run: pip install mkdocs-material
|
||||||
- run: pip install "mkdocs-material[imaging]"
|
- run: pip install "mkdocs-material[imaging]"
|
||||||
- run: mkdocs gh-deploy --force
|
- run: mkdocs gh-deploy --force
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue