Skip to content

Commit 3a50504

Browse files
committed
re-try diff
1 parent e35d05a commit 3a50504

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/jekyll-diff.yml

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

0 commit comments

Comments
 (0)