Skip to content

Commit d07a5f2

Browse files
committed
setup julia
1 parent 9313f87 commit d07a5f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- name: Render Quarto site
2121
run: quarto render
2222

23+
# Needed for the Search action
24+
- name: Set up Julia
25+
uses: julia-actions/setup-julia@v2
26+
with:
27+
version: '1.11'
28+
2329
- name: Generate augmented search index
2430
uses: TuringLang/actions/Search@main
2531

0 commit comments

Comments
 (0)