Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
ehassaan committed Nov 21, 2024
1 parent 5d21e59 commit 85a119f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
pnpm install
pnpm run build
# - name: Deploy to Netlify
# uses: nwtgck/[email protected]
# 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/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://lab.ducklake.io" rel="noopener">
<a href="https://ducklake.io/ducklab" rel="noopener">
<img width=200px src="https://raw.githubusercontent.com/ducklake-hq/ducklab/main/wasm/public/logo.png" alt="Project logo"></a>
</p>

Expand All @@ -8,7 +8,7 @@
<div align="center">

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://raw.githubusercontent.com/ducklake-hq/ducklab/main/core/package.json)](https://lab.ducklake.io)
[![License](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://raw.githubusercontent.com/ducklake-hq/ducklab/main/core/package.json)](https://ducklake.io/ducklab)
[![GitHub Issues](https://img.shields.io/github/issues/ducklake-hq/ducklab.svg)](https://github.com/ducklake-hq/ducklab/issues)
[![License](https://img.shields.io/badge/dynamic/json?label=license&query=license&url=https://raw.githubusercontent.com/ducklake-hq/ducklab/main/core/package.json)](/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion vs-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://lab.ducklake.io" rel="noopener">
<a href="https://ducklake.io/ducklab" rel="noopener">
<img width=200px src="./assets/logo.png" alt="Project logo"></a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85a119f

Please sign in to comment.