From f8c4625d7076556662d257694df26ddb1f42d0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Epif=C3=A2nio?= Date: Sat, 31 Aug 2024 17:19:27 -0300 Subject: [PATCH] WIP --- .github/workflows/deploy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..672ec49 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,15 @@ +name: Deploy to GitHub Pages +on: + push: + branches: ["*"] + 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" + requirements: "-r requirements.txt"