Skip to content

test push

test push #67

name: Eleventy Build
on:
push:
branches:
- main
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/actions-eleventy@master
with:

Check failure on line 14 in .github/workflows/11ty_build_deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/11ty_build_deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
install_dependencies: true
- name: Deploy (External Repo)
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.REPO_ACCESS_TOKEN }}
with:
source-directory: "_site"
destination-github-username: "col-lefevre"
destination-repository-name: "col-lefevre.github.io"
user-email: colin.lefevre.school@gmail.com
target-branch: main