Skip to content

add home setup

add home setup #41

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- develop
concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}