Skip to content

add additional opportunity information #77

add additional opportunity information

add additional opportunity information #77

name: Integration Test for Jekyll Site
on:
push:
branches:
- content
- dev
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Build with Jekyll
run: bundle exec jekyll build
env:
JEKYLL_ENV: development
- name: Verify Build Output
run: |
echo "Contents of the _site directory:"
ls -l _site