completing gh-pages action (#737)

This commit is contained in:
Rob Larsen 2022-07-12 15:01:02 -04:00 committed by GitHub
parent f5dcac9ed6
commit 8f3b20c91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
name: Eleventy Build
push:
branches: [main]
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]git
jobs:
build_deploy: