Skip to content

branch name

branch name #1

Workflow file for this run

name: jekyll-cd
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🛎 Check out master
uses: actions/checkout@master
with:
fetch-depth: 1
- name: 🧪 Build and deploy
uses: victoriadrake/jekyll-cd@master