We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ad62 commit 2678d71Copy full SHA for 2678d71
1 file changed
.github/workflows/jekyll-diff.yml
@@ -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