Skip to content

Commit 946580d

Browse files
authored
CI: Update Quarto to version 1.6.42 (#30)
1 parent f43c40a commit 946580d

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

.github/workflows/publish.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ name: Quarto Publish
77

88
jobs:
99
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
2121

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
2424

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/
2929

3030
# Deployment job
3131
deploy:

0 commit comments

Comments
 (0)