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