Skip to content

Commit 2678d71

Browse files
committed
try jekyll-diff
1 parent 491ad62 commit 2678d71

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/jekyll-diff.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Jekyll diff
2+
on: pull_request
3+
4+
jobs:
5+
diff-site:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: David-Byrne/jekyll-diff-action@v1.1.0
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)