Skip to content

Add new post: Bicycle theft #8

Add new post: Bicycle theft

Add new post: Bicycle theft #8

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@2.0.5
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}