Skip to content

Merge pull request #117 from montblu/update-docs-with-new-artifacts #6

Merge pull request #117 from montblu/update-docs-with-new-artifacts

Merge pull request #117 from montblu/update-docs-with-new-artifacts #6

Workflow file for this run

name: Publish docs
on:
push:
branches:
- master
paths:
- 'mkdocs.yml'
- 'docs/**'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v3
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: docs.montblu.eu