Skip to content

Merge pull request #15 from orppst/MWA0624B #16

Merge pull request #15 from orppst/MWA0624B

Merge pull request #15 from orppst/MWA0624B #16

Workflow file for this run

name: site deploy
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
- name: Deploy site
run: mkdocs gh-deploy --force