Skip to content

Add missing settings #4

Add missing settings

Add missing settings #4

Workflow file for this run

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