Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Merge pull request #21 from rochamrcs/main #9

Merge pull request #21 from rochamrcs/main

Merge pull request #21 from rochamrcs/main #9

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"