diff options
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ name: "Publish org-roam to GitHub Pages" runs: + using: "composite" steps: - name: "Test" run: echo "Hello World!" |