We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27f172 commit 1a556b3Copy full SHA for 1a556b3
1 file changed
.github/workflows/deploy-site.yml
@@ -37,12 +37,6 @@ jobs:
37
cp node_modules/@duckdb/duckdb-wasm/dist/duckdb-eh.wasm public/
38
working-directory: site
39
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
-
46
- uses: actions/setup-python@v5
47
with:
48
python-version: '3.12'
@@ -53,6 +47,12 @@ jobs:
53
- name: Build taxonomy page
54
run: python scripts/build_taxonomy.py
55
49
50
+ - name: Build
51
+ run: npm run build
52
+ working-directory: site
+ env:
+ VITE_STADIA_API_KEY: ${{ secrets.VITE_STADIA_API_KEY }}
+
56
- name: Build Sphinx docs
57
run: make html
58
working-directory: docs
0 commit comments