From 192df317c0c77336b4c4d5269ce4c60d4b1f515f Mon Sep 17 00:00:00 2001 From: Robert Lanzafame Date: Sun, 13 Oct 2024 14:23:42 +0200 Subject: [PATCH] github workflow --- .github/workflows/pelican.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/pelican.yml diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml new file mode 100644 index 0000000..9a7082a --- /dev/null +++ b/.github/workflows/pelican.yml @@ -0,0 +1,14 @@ +name: Deploy to GitHub Pages +on: + push: + branches: ["main"] + workflow_dispatch: +jobs: + deploy: + uses: "getpelican/pelican/.github/workflows/github_pages.yml@main" + permissions: + contents: "read" + pages: "write" + id-token: "write" + with: + settings: "publishconf.py" \ No newline at end of file