Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Feb 8, 2024
1 parent e07ad47 commit e570577
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
# runs:
# using: 'node20'
# main: 'main.js'

- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit e570577

Please sign in to comment.