Skip to content

Create dependabot.yml #43

Create dependabot.yml

Create dependabot.yml #43

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
uses: "seanh/pelican/.github/workflows/github_pages.yml@publish-to-ghp-using-gha"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "pelican[markdown] typogrify"