Skip to content

Commit

Permalink
Trying to push to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jodemaey committed Oct 23, 2024
1 parent 73d8a93 commit 735827a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

18 changes: 18 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@b86383fb28a160eeaf3e13cbf99469a0ed4cfcb2"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "pelican[markdown] typogrify"
theme: "https://github.com/alexandrevicenzi/Flex.git"
python: "3.10"

2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
THEME = "/home/jodemaey/pelican-themes/Flex"
BROWSER_COLOR = "#94c1cf"
SITEDESCRIPTION = "Presentation and News about the EUPP Benchmark activities"
SITELOGO = SITEURL + "images/EUMETNETLogo.png"
SITELOGO = SITEURL + "/images/EUMETNETLogo.png"
FAVICON = SITEURL + "/images/EUMETNETLogo.png"

ROBOTS = "index, follow"
Expand Down

0 comments on commit 735827a

Please sign in to comment.