mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-06-05 22:19:18 +02:00
Use GitHub Actions
This commit is contained in:
15
.github/workflows/github-pages.yml
vendored
Normal file
15
.github/workflows/github-pages.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Build and deploy Jekyll site to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
github-pages:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: helaili/jekyll-action@2.0.5
|
||||||
|
env:
|
||||||
|
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
|
Reference in New Issue
Block a user