Skip to content

remapped the contact button #19

remapped the contact button

remapped the contact button #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.4"
bundler-cache: true
- name: Jekyll build
run: bundle exec jekyll build