There was an error while loading. Please reload this page.
1 parent 98def13 commit 719b1afCopy full SHA for 719b1af
1 file changed
.github/workflows/quarto-publish.yml
@@ -20,6 +20,10 @@ jobs:
20
- name: Check out repository
21
uses: actions/checkout@v3
22
23
+ # Update quarto as the version in the image is old
24
+ - name: Install Quarto
25
+ uses: quarto-dev/quarto-actions/setup@v2
26
+
27
- name: Render and Publish
28
if: github.repository == 'NASA-Openscapes/earthdata-cloud-cookbook'
29
uses: quarto-dev/quarto-actions/publish@v2
0 commit comments