Skip to content

Retrospective on the May-July 2024 roadmap #140

Retrospective on the May-July 2024 roadmap

Retrospective on the May-July 2024 roadmap #140

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
uses: shalzz/[email protected]
env:
BUILD_ONLY: true