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:
14
.github/workflows/build.yml
vendored
Normal file
14
.github/workflows/build.yml
vendored
Normal 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 }}
|
Reference in New Issue
Block a user