Skip to content

Commit 9313f87

Browse files
committed
fix action
1 parent b4a0b1e commit 9313f87

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@ jobs:
1717
- name: Set up Quarto
1818
uses: quarto-dev/quarto-actions/setup@v2
1919

20-
- run: quarto --version
21-
2220
- name: Render Quarto site
2321
run: quarto render
2422

25-
- name: Rename original search index
26-
run: mv _site/search.json _site/search_original.json
27-
28-
- name: Install jq
29-
run: sudo apt-get install jq
30-
3123
- name: Generate augmented search index
3224
uses: TuringLang/actions/Search@main
3325

0 commit comments

Comments
 (0)