diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:35:10 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:35:10 +0900 |
commit | 33419110b80c13d432487b493c76475049645212 (patch) | |
tree | ac2dc25490e512d631128bf80dac2d9dc29e76a8 /action.yml | |
parent | 89edf21a569b30742f86579b994bfe7ea4badf9d (diff) |
Add action.yml file for publishing org-roam to GitHub Pages
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 8 |
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 |