mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +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:
|
||||
branches:
|
||||
- main
|
||||
- add-docs-portal
|
||||
paths:
|
||||
- docs/**
|
||||
permissions:
|
||||
|
|
@ -28,4 +29,4 @@ jobs:
|
|||
mkdocs-material-
|
||||
- run: pip install mkdocs-material
|
||||
- run: pip install "mkdocs-material[imaging]"
|
||||
- run: mkdocs gh-deploy --force
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
|
|
|||
Loading…
Reference in a new issue