Skip to content

Commit 65e85de

Browse files
Add GitHub publish workflow
Change-Id: Id3810d227e13c567f5f000eb5c43774fc739675a
1 parent d81805b commit 65e85de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pelican.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Deploy to GitHub Pages
2+
on:
3+
push:
4+
branches: ["master"]
5+
workflow_dispatch:
6+
jobs:
7+
deploy:
8+
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
9+
working-directory: "website"
10+
permissions:
11+
contents: "read"
12+
pages: "write"
13+
id-token: "write"
14+
with:
15+
settings: "publishconf.py"

0 commit comments

Comments
 (0)