Skip to content

Publish

Publish #134

Workflow file for this run

name: Publish
on:
push:
tags: [v*]
workflow_dispatch:
jobs:
gh-release:
name: Build and release website
uses: ./.github/workflows/build-website.yml
with:
publish: true