diff --git a/.github/workflows/wasm-publish.yml b/.github/workflows/wasm-publish.yml index b02d2a0..df1db90 100644 --- a/.github/workflows/wasm-publish.yml +++ b/.github/workflows/wasm-publish.yml @@ -22,16 +22,6 @@ jobs: pnpm install pnpm run build - # - name: Deploy to Netlify - # uses: nwtgck/actions-netlify@v3.0 - # with: - # publish-dir: './wasm/dist' - # production-branch: main - # env: - # NETLIFY_AUTH_TOKEN: ${{ secrets.DUCKLAB_NETLIFY_PAT }} - # NETLIFY_SITE_ID: ${{ secrets.DUCKLAB_NETLIFY_SITE_ID }} - # timeout-minutes: 1 - - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v3.0.1 with: diff --git a/README.md b/README.md index 6115502..03a43d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
@@ -8,7 +8,7 @@- +
diff --git a/vs-extension/package.json b/vs-extension/package.json index 578e70d..e7666a7 100644 --- a/vs-extension/package.json +++ b/vs-extension/package.json @@ -2,11 +2,11 @@ "name": "ducklab", "displayName": "Ducklab", "description": "Interactive SQL/Python Notebooks. Powered by DuckDB", - "version": "0.4.2", + "version": "0.4.3", "license": "Apache-2.0", "publisher": "ducklake", "icon": "./assets/logo.png", - "homepage": "https://lab.ducklake.io", + "homepage": "https://ducklake.io/ducklab", "repository": "https://github.com/ducklake-hq/ducklab", "scripts": { "dev": "rollup --watch --config rollup.config.ts --configPlugin @rollup/plugin-typescript", diff --git a/wasm/package.json b/wasm/package.json index 77d330a..4b79702 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -10,7 +10,7 @@ "icon": "https://raw.githubusercontent.com/ducklake-hq/ducklab/main/wasm/public/favicon.ico", "license": "Apache-2.0", "type": "module", - "homepage": "https://lab.ducklake.io/", + "homepage": "https://ducklake.io/ducklab", "repository": "https://github.com/ducklake-hq/ducklab", "keywords": [ "duckdb",