Skip to content

Update news

Update news #11

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install mkdocs==1.6.1
- run: make
- uses: actions/upload-artifact@v4
with:
name: site
path: site