aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-23 23:35:10 +0900
committerikoamu <ikoamu@gmail.com>2024-01-23 23:35:10 +0900
commit33419110b80c13d432487b493c76475049645212 (patch)
treeac2dc25490e512d631128bf80dac2d9dc29e76a8
parent89edf21a569b30742f86579b994bfe7ea4badf9d (diff)
Add action.yml file for publishing org-roam to GitHub Pages
-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