This repository was archived by the owner on Mar 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -757,13 +757,6 @@ jobs:
757
757
./scripts/npm_publish_shell.sh
758
758
./scripts/npm_publish_react.sh
759
759
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
-
767
760
- name : Build @duckdb/benchmarks
768
761
shell : bash
769
762
run : |
@@ -1067,6 +1060,13 @@ jobs:
1067
1060
# run: |
1068
1061
# CHROME_BIN=`which google-chrome` yarn workspace @duckdb/duckdb-wasm test:chrome:coverage
1069
1062
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
+
1070
1070
- name : Package
1071
1071
shell : bash
1072
1072
run : zip -r duckdb-wasm-packages.zip ./packages
You can’t perform that action at this time.
0 commit comments