Skip to content

Add files via upload #71

Add files via upload

Add files via upload #71

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
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"
requirements: "-r requirements.txt"
# theme: "https://github.com/onlyhavecans/pelican-chunk.git"
python: "3.12"