Skip to content

Commit

Permalink
Adds workflow file for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adelasofia committed Aug 4, 2020
1 parent 1118377 commit 8616087
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build and deploy Jekyll site to GitHub Pages

on:
push:
branches:
- master

jobs:
github-pages:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 comments on commit 8616087

Please sign in to comment.