Skip to content

Pedro Martin WASM blog post #1

Pedro Martin WASM blog post

Pedro Martin WASM blog post #1

Workflow file for this run

name: PR Build Check
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- name: Build site
run: bundle exec jekyll build