Skip to content

Merge pull request #192 from LachlanMcKee/update-to-agp-8.0.2 #25

Merge pull request #192 from LachlanMcKee/update-to-agp-8.0.2

Merge pull request #192 from LachlanMcKee/update-to-agp-8.0.2 #25

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