-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serp api toolsets
- Loading branch information
Showing
18 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
name: Storybook Build and Deploy | ||
on: | ||
push: | ||
branches: [ "main" ] | ||
# name: Storybook Build and Deploy | ||
# on: | ||
# push: | ||
# branches: [ "main" ] | ||
|
||
permissions: | ||
contents: write | ||
# permissions: | ||
# contents: write | ||
|
||
jobs: | ||
build-and-deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- name: Install and Build 🔧 | ||
run: | # Install npm packages and build the Storybook files | ||
yarn bootstrap | ||
yarn b:docs | ||
mv dist/storybook/angular docs/storybook | ||
mv packages/core/.docs docs/api/core | ||
mv packages/store/.docs docs/api/store | ||
mv packages/sql/.docs docs/api/sql | ||
mv packages/xmla/.docs docs/api/xmla | ||
mv packages/echarts/.docs docs/api/echarts | ||
mv packages/duckdb/.docs docs/api/duckdb | ||
mv packages/copilot/.docs docs/api/copilot | ||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: docs # The folder that the build-storybook script generates files. | ||
clean: true # Automatically remove deleted files from the deploy branch | ||
target-folder: . | ||
# jobs: | ||
# build-and-deploy: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout 🛎️ | ||
# uses: actions/[email protected] | ||
# with: | ||
# persist-credentials: false | ||
# - name: Install and Build 🔧 | ||
# run: | # Install npm packages and build the Storybook files | ||
# yarn bootstrap | ||
# yarn b:docs | ||
# mv dist/storybook/angular docs/storybook | ||
# mv packages/core/.docs docs/api/core | ||
# mv packages/store/.docs docs/api/store | ||
# mv packages/sql/.docs docs/api/sql | ||
# mv packages/xmla/.docs docs/api/xmla | ||
# mv packages/echarts/.docs docs/api/echarts | ||
# mv packages/duckdb/.docs docs/api/duckdb | ||
# mv packages/copilot/.docs docs/api/copilot | ||
# - name: Deploy 🚀 | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
# branch: gh-pages # The branch the action should deploy to. | ||
# folder: docs # The folder that the build-storybook script generates files. | ||
# clean: true # Automatically remove deleted files from the deploy branch | ||
# target-folder: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/ocap-angular", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
"metad", | ||
"ocap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/ocap-core", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/ocap-duckdb", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
"metad", | ||
"ocap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/ocap-echarts", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
"metad", | ||
"ocap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/ocap-sql", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
"metad", | ||
"ocap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metad/store", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"keywords": [ | ||
"metad", | ||
"ocap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters