From 33419110b80c13d432487b493c76475049645212 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Tue, 23 Jan 2024 23:35:10 +0900 Subject: Add action.yml file for publishing org-roam to GitHub Pages --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 action.yml (limited to 'action.yml') 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 -- cgit