Skip to content

Fix category and tag filters #20

Fix category and tag filters

Fix category and tag filters #20

Workflow file for this run

name: build
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
- name: Build
run: |
bundle install
bundle exec jekyll build