aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/action.yml b/action.yml
new file mode 100644
index 0000000..b8df045
--- /dev/null
+++ b/action.yml
@@ -0,0 +1,8 @@
+name: "Publish org-roam to GitHub Pages"
+
+runs:
+ using: "node20"
+ steps:
+ - name: "Test"
+ run: echo "Hello World!"
+ shell: bash