We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6d800 commit 813793bCopy full SHA for 813793b
1 file changed
.github/workflows/deploy-site.yml
@@ -31,12 +31,6 @@ jobs:
31
run: npm ci
32
working-directory: site
33
34
- - name: Copy DuckDB WASM files to public
35
- run: |
36
- cp node_modules/@duckdb/duckdb-wasm/dist/duckdb-browser-eh.worker.js public/
37
- cp node_modules/@duckdb/duckdb-wasm/dist/duckdb-eh.wasm public/
38
- working-directory: site
39
-
40
- uses: actions/setup-python@v5
41
with:
42
python-version: '3.12'
0 commit comments