Skip to content

Merge pull request #38 from TomBurdge/fix/remove_extra_workflow #13

Merge pull request #38 from TomBurdge/fix/remove_extra_workflow

Merge pull request #38 from TomBurdge/fix/remove_extra_workflow #13

Workflow file for this run

name: MKDocs deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
run:
make dev_requirements
- name: Build and Deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
make mkdocs