diff -r bcfc8238b4f6 -r 79cf271b59ee .github/workflows/publish-website.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.github/workflows/publish-website.yaml Sun May 04 20:51:03 2025 -0400 @@ -0,0 +1,10 @@ +# .github/workflows/publish.yml + +name: Publish website +on: + workflow_dispatch: + release: + types: [released, prereleased] + +jobs: + \ No newline at end of file