.github/workflows/publish-website.yaml
changeset 77 79cf271b59ee
child 78 9cf28ee2a8e9
--- /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