Skip to content

Commit

Permalink
Publish loadable extension on shell.duckdb.org
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored and Mytherin committed Sep 14, 2023
1 parent e8c989e commit fd84888
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -757,13 +757,6 @@ jobs:
./scripts/npm_publish_shell.sh
./scripts/npm_publish_react.sh
- name: Deploy GitHub Page
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads.main'
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git fetch origin gh-pages
./scripts/deploy_pages.sh
- name: Build @duckdb/benchmarks
shell: bash
run: |
Expand Down Expand Up @@ -1067,6 +1060,13 @@ jobs:
# run: |
# CHROME_BIN=`which google-chrome` yarn workspace @duckdb/duckdb-wasm test:chrome:coverage

- name: Deploy GitHub Page
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads.main'
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git fetch origin gh-pages
./scripts/deploy_pages.sh
- name: Package
shell: bash
run: zip -r duckdb-wasm-packages.zip ./packages
Expand Down

0 comments on commit fd84888

Please sign in to comment.