From 71dc5f3a3d58421d245f4140bc87f5e35bd1a7e7 Mon Sep 17 00:00:00 2001 From: John Gotti Sr <109058188+Agentofchaoss@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:56:19 -0800 Subject: [PATCH] Create main.yml Signed-off-by: John Gotti Sr. <109058188+Agentofchaoss@users.noreply.github.com> --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..860bf622 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Jekyll Deploy + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Deploy Jekyll Site + uses: sujaykundu777/jekyll-deploy-action@1.0.3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }} + GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}