aboutsummaryrefslogtreecommitdiff
path: root/action.yml
blob: b8df0458b3fea38e861219eb357e0fb57279edec (plain)
1
2
3
4
5
6
7
8
name: "Publish org-roam to GitHub Pages"

runs:
  using: "node20"
  steps:
    - name: "Test"
      run: echo "Hello World!"
      shell: bash