Skip to content

Commit

Permalink
build: use the latest quarto 1.4 release to build site (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Apr 25, 2024
1 parent f8983df commit faabf9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM debian:stable-slim
# download the install_quarto.sh script from rocker-org/versioned2 repo
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/75dd95c6cee7da29ceed363b9fe4823a12f575f8/scripts/install_quarto.sh /tmp/install_quarto.sh
RUN chmod +x /tmp/install_quarto.sh \
&& /tmp/install_quarto.sh 1.3.340
&& /tmp/install_quarto.sh 1.4.553
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "${localWorkspaceFolderBasename}",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:latest": {
"version": "1.3.340"
"version": "1.4.553"
}
},
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: "1.3.340"
version: "1.4.553"
- name: Build
run: quarto render

Expand Down

0 comments on commit faabf9f

Please sign in to comment.