Skip to content

Commit

Permalink
Update pelican.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NebulousOinkler authored Sep 14, 2024
1 parent 0c83eae commit 164cd1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Deploy
name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
Deploy:
uses: seanh/ghp-pelican/.github/workflows/pelican.yml@main
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: read
pages: write
id-token: write
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"

0 comments on commit 164cd1e

Please sign in to comment.