From a128099d926b47fef14ddc565a0e0e31ae899362 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 27 Nov 2024 18:45:08 -0500 Subject: [PATCH] Test --- .gitea/workflows/deploy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..e8a92fe --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,15 @@ +name: Deploy website +on: + push: + # branches: + # - master + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Call the Docker Compose stack to build the page + run: docker-compose exec jekyll build