Skip to content

TAB Minutes 2023-07-26 #187

TAB Minutes 2023-07-26

TAB Minutes 2023-07-26 #187

Workflow file for this run

name: Build and deploy jekyll site
on:
pull_request:
branches:
- gh-pages
- website-next-release
workflow_dispatch:
jobs:
jekyll:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Jekyll
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Site
path: _site
- name: Run htmlproofer
run: bash htmlproofer.sh