Delete build.yml

This commit is contained in:
Andrew Banchich 2020-12-31 22:48:42 -05:00 committed by GitHub
parent 6e84793b87
commit a4c4595c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
name: Build & Release
on:
push:
branches: [ master ]
jobs:
github-pages:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@2.0.1
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}