1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

Use GitHub Actions (#117)

This commit is contained in:
Andrew Banchich 2020-12-23 19:03:16 -05:00 committed by GitHub
parent 3d1f264f0c
commit 6e84793b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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 }}