Skip to content

Update data by kcdata-bot #44

Update data by kcdata-bot

Update data by kcdata-bot #44

Workflow file for this run

name: Pull Request Status Check
on:
pull_request:
branches: ["gh-pages"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site