Skip to content

This Month in Linebender, September 2024 #171

This Month in Linebender, September 2024

This Month in Linebender, September 2024 #171

Workflow file for this run

name: Build zola website to ensure no errors
on:
pull_request:
branches:
- main
jobs:
build:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
# Also update in README.md and ./main.yml
uses: shalzz/[email protected]
env:
BUILD_ONLY: true