File tree 3 files changed +33
-22
lines changed
_freeze/site_libs/quarto-listing
3 files changed +33
-22
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ name: Quarto Publish
7
7
8
8
jobs :
9
9
build :
10
- runs-on : ubuntu-latest
11
- permissions :
12
- contents : write
13
- steps :
14
- - name : Check out repository
15
- uses : actions/checkout@v4
16
-
17
- - name : Set up Quarto
18
- uses : quarto-dev/quarto-actions/setup@v2
19
- with :
20
- version : ' 1.5.57 ' # Specify the desired version
10
+ runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : write
13
+ steps :
14
+ - name : Check out repository
15
+ uses : actions/checkout@v4
16
+
17
+ - name : Set up Quarto
18
+ uses : quarto-dev/quarto-actions/setup@v2
19
+ with :
20
+ version : " 1.6.42 " # Specify the desired version
21
21
22
- - name : Render Quarto Project
23
- uses : quarto-dev/quarto-actions/render@v2
22
+ - name : Render Quarto Project
23
+ uses : quarto-dev/quarto-actions/render@v2
24
24
25
- - name : Upload static files as artifact
26
- uses : actions/upload-pages-artifact@v3
27
- with :
28
- path : docs/
25
+ - name : Upload static files as artifact
26
+ uses : actions/upload-pages-artifact@v3
27
+ with :
28
+ path : docs/
29
29
30
30
# Deployment job
31
31
deploy :
You can’t perform that action at this time.
0 commit comments