Skip to content

Merge pull request #23 from noelmiller/fix_mobile_padding #16

Merge pull request #23 from noelmiller/fix_mobile_padding

Merge pull request #23 from noelmiller/fix_mobile_padding #16

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@4.10.1"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "-r requirements.txt"