Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.3 #29

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.3

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.3 #29

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
Integrate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Build website
run: JEKYLL_ENV=production bundle exec jekyll build --lsi