Update docs-ci.yaml

This commit is contained in:
Almog Lavi
2024-03-06 22:22:11 +02:00
committed by GitHub
parent a602359f24
commit f9bef46d76

View File

@ -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