Skip to content

Merge pull request #195 from LachlanMcKee/update-kotlin-to-1.9.23 #27

Merge pull request #195 from LachlanMcKee/update-kotlin-to-1.9.23

Merge pull request #195 from LachlanMcKee/update-kotlin-to-1.9.23 #27

Workflow file for this run

name: Deploy mkdocs to GitHub Pages
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: cp CHANGELOG.md documentation/changelog.md
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force