Skip to content

Merge branch 'master' of https://github.com/62442katieb/62442katieb.g… #1

Merge branch 'master' of https://github.com/62442katieb/62442katieb.g…

Merge branch 'master' of https://github.com/62442katieb/62442katieb.g… #1

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}