Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslacour committed Oct 20, 2024
1 parent 8033be3 commit 0c237c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pelican.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
branches: ["master"]
#workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
uses: "getpelican/pelican/.github/workflows/github_pages.yml@master"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "pelican"
output-path: "output/"
theme: "blib"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv
*__pycache__
output

0 comments on commit 0c237c2

Please sign in to comment.