We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf2a86 commit 2b7e325Copy full SHA for 2b7e325
1 file changed
.github/workflows/docs.yml
@@ -1,15 +1,14 @@
1
-name: Jekyll Deploy
+name: Jekyll Build
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ push:
6
+ branches: [master]
7
8
jobs:
- build_and_deploy:
9
+ build:
10
runs-on: ubuntu-latest
11
steps:
- - uses: actions/checkout@v1
- - name: Build & Deploy to GitHub Pages
- env:
12
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
14
- GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
15
- uses: ocefpaf/jekyll-deploy-gh-pages@master
+ - uses: actions/checkout@v2
+ - name: Build Pages
+ uses: BryanSchuetz/jekyll-deploy-gh-pages@master
0 commit comments