Skip to content

Commit 1a556b3

Browse files
committed
Bugfix: build taxonomy page before creating site.
1 parent b27f172 commit 1a556b3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy-site.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
cp node_modules/@duckdb/duckdb-wasm/dist/duckdb-eh.wasm public/
3838
working-directory: site
3939

40-
- name: Build
41-
run: npm run build
42-
working-directory: site
43-
env:
44-
VITE_STADIA_API_KEY: ${{ secrets.VITE_STADIA_API_KEY }}
45-
4640
- uses: actions/setup-python@v5
4741
with:
4842
python-version: '3.12'
@@ -53,6 +47,12 @@ jobs:
5347
- name: Build taxonomy page
5448
run: python scripts/build_taxonomy.py
5549

50+
- name: Build
51+
run: npm run build
52+
working-directory: site
53+
env:
54+
VITE_STADIA_API_KEY: ${{ secrets.VITE_STADIA_API_KEY }}
55+
5656
- name: Build Sphinx docs
5757
run: make html
5858
working-directory: docs

0 commit comments

Comments
 (0)