Skip to content

Commit 1486898

Browse files
authored
Create main.yml
1 parent 17f80bd commit 1486898

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Jekyll deploy
2+
3+
on: [push]
4+
5+
jobs:
6+
build_and_deploy:
7+
runs-on: ubuntu-latest
8+
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: BryanSchuetz/jekyll-deploy-gh-pages@master

0 commit comments

Comments
 (0)