Skip to content

Add sprint summary for 2024-13 #7

Add sprint summary for 2024-13

Add sprint summary for 2024-13 #7

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["master"]
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"