Skip to content

Commit

Permalink
Add GitHub publish workflow
Browse files Browse the repository at this point in the history
Change-Id: Id3810d227e13c567f5f000eb5c43774fc739675a
  • Loading branch information
TristanCacqueray committed Oct 28, 2024
1 parent d81805b commit 65e85de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy to GitHub Pages
on:
push:
branches: ["master"]
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
working-directory: "website"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"

0 comments on commit 65e85de

Please sign in to comment.