Skip to content

added new blog post, corresponding images, and a new config file #86

added new blog post, corresponding images, and a new config file

added new blog post, corresponding images, and a new config file #86

Workflow file for this run

name: build
on: pull_request
permissions:
contents: read
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
# https://github.com/actions/configure-pages
uses: actions/configure-pages@v5
- name: Build
# https://github.com/actions/jekyll-build-pages
uses: actions/jekyll-build-pages@v1