Skip to content

Commit 2b7e325

Browse files
committed
use build action
1 parent 1bf2a86 commit 2b7e325

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
name: Jekyll Deploy
1+
name: Jekyll Build
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master]
47

58
jobs:
6-
build_and_deploy:
9+
build:
710
runs-on: ubuntu-latest
811
steps:
9-
- uses: actions/checkout@v1
10-
- name: Build & Deploy to GitHub Pages
11-
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
12+
- uses: actions/checkout@v2
13+
- name: Build Pages
14+
uses: BryanSchuetz/jekyll-deploy-gh-pages@master

0 commit comments

Comments
 (0)