1
This commit is contained in:
Evan Pratten 2024-11-27 18:45:08 -05:00
parent c04533b327
commit a128099d92

View File

@ -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