Skip to content

DR-3144 Add ability for the solr search config to be extended via the… #19

DR-3144 Add ability for the solr search config to be extended via the…

DR-3144 Add ability for the solr search config to be extended via the… #19

Workflow file for this run

name: publish-docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-autorefs mkdocs-material-extensions mkdocstrings mkdocstrings-python
- run: mkdocs gh-deploy --force