Skip to content

fix broken opacity on header #30

fix broken opacity on header

fix broken opacity on header #30

Workflow file for this run

name: Deploy Site
on:
push:
branches:
- source
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 1
- name: Install dependencies
run: bundle install
- name: Build site
run: bundle exec rake build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: master
folder: _site