Skip to content

Add Crash course on the UI layer blog post series #63

Add Crash course on the UI layer blog post series

Add Crash course on the UI layer blog post series #63

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}