Skip to content

Merge branch 'master' into air-in-web #122

Merge branch 'master' into air-in-web

Merge branch 'master' into air-in-web #122

Workflow file for this run

name: check if site is buildable
on:
push:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Jekyll
uses: actions/[email protected]
with:
source: ./
destination: ./_site