Skip to content

Test build

Test build #2

Workflow file for this run

name: Test build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test Site Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: true
- name: Zola Build
uses: shalzz/[email protected]
env:
BUILD_ONLY: true