updating Jekyll gh-pages
This commit is contained in:
parent
2a9d01fa74
commit
a8442895ae
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 }}
|
Loading…
x
Reference in New Issue
Block a user