Skip to content

Commit e284b9f

Browse files
committed
Switch to local search index
1 parent c40082c commit e284b9f

2 files changed

Lines changed: 363 additions & 354 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
python-version: '3.9'
2121

22-
- name: Set up Node
23-
uses: actions/setup-node@v4
24-
with:
25-
node-version: '20'
26-
2722
- name: Install dependencies
2823
run: |
2924
python -m pip install --upgrade pip
@@ -34,10 +29,6 @@ jobs:
3429
python render.py
3530
python summary.py
3631
37-
- name: Build search index (Pagefind)
38-
run: |
39-
npx --yes pagefind@latest --site ./html
40-
4132
- name: Deploy to GitHub Pages
4233
uses: peaceiris/actions-gh-pages@v3
4334
with:

0 commit comments

Comments
 (0)