Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit fd84888

Browse files
carlopiMytherin
authored andcommitted
Publish loadable extension on shell.duckdb.org
1 parent e8c989e commit fd84888

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -757,13 +757,6 @@ jobs:
757757
./scripts/npm_publish_shell.sh
758758
./scripts/npm_publish_react.sh
759759
760-
- name: Deploy GitHub Page
761-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads.main'
762-
run: |
763-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
764-
git fetch origin gh-pages
765-
./scripts/deploy_pages.sh
766-
767760
- name: Build @duckdb/benchmarks
768761
shell: bash
769762
run: |
@@ -1067,6 +1060,13 @@ jobs:
10671060
# run: |
10681061
# CHROME_BIN=`which google-chrome` yarn workspace @duckdb/duckdb-wasm test:chrome:coverage
10691062

1063+
- name: Deploy GitHub Page
1064+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads.main'
1065+
run: |
1066+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
1067+
git fetch origin gh-pages
1068+
./scripts/deploy_pages.sh
1069+
10701070
- name: Package
10711071
shell: bash
10721072
run: zip -r duckdb-wasm-packages.zip ./packages

0 commit comments

Comments
 (0)