Skip to content

Commit 719b1af

Browse files
committed
Install newer quarto over version in the image
1 parent 98def13 commit 719b1af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/quarto-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Check out repository
2121
uses: actions/checkout@v3
2222

23+
# Update quarto as the version in the image is old
24+
- name: Install Quarto
25+
uses: quarto-dev/quarto-actions/setup@v2
26+
2327
- name: Render and Publish
2428
if: github.repository == 'NASA-Openscapes/earthdata-cloud-cookbook'
2529
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)