Skip to content

Commit 813793b

Browse files
committed
Update workflow for PMTiles.
1 parent df6d800 commit 813793b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy-site.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
run: npm ci
3232
working-directory: site
3333

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-
4034
- uses: actions/setup-python@v5
4135
with:
4236
python-version: '3.12'

0 commit comments

Comments
 (0)