Skip to content

Add build workflow for PRs #2

Add build workflow for PRs

Add build workflow for PRs #2

Workflow file for this run

name: Build Jekyll site

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`workflow_deploy` is not a valid event name
on:
workflow_deploy:
pull_request:
types:
- synchronize
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Build Jekyll site
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true