Skip to content

Shipping without the interactive. #112

Shipping without the interactive.

Shipping without the interactive. #112

Workflow file for this run

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