There was an error while loading. Please reload this page.
1 parent 8ef0464 commit af43349Copy full SHA for af43349
1 file changed
.github/workflows/pages.yml
@@ -9,10 +9,10 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
14
- name: Install quarto
15
- uses: quarto-dev/quarto-actions/setup@v2
+ uses: quarto-dev/quarto-actions/setup@v3
16
with:
17
tinytex: true
18
@@ -22,11 +22,10 @@ jobs:
22
quarto render --to all
23
24
- name: Install node
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
26
27
node-version: 18.x
28
cache: 'npm'
29
- cache-dependency-path: web/package-lock.json
30
31
- name: Build web app
32
run: |
0 commit comments