remove old canon package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -127,10 +127,6 @@ jobs:
|
||||
- name: build all packages
|
||||
run: yarn backstage-cli repo build --all
|
||||
|
||||
# For now canon has a custom build script and needs to be built separately
|
||||
- name: build canon
|
||||
run: yarn --cwd packages/canon build
|
||||
|
||||
# For now BUI has a custom build script and needs to be built separately
|
||||
- name: build BUI
|
||||
run: yarn --cwd packages/ui build
|
||||
|
||||
@@ -110,10 +110,6 @@ jobs:
|
||||
- name: build
|
||||
run: yarn backstage-cli repo build --all
|
||||
|
||||
# For now canon has a custom build script and needs to be built separately
|
||||
- name: build canon
|
||||
run: yarn --cwd packages/canon build
|
||||
|
||||
# For now BUI has a custom build script and needs to be built separately
|
||||
- name: build BUI
|
||||
run: yarn --cwd packages/ui build
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Sync Canon Docs
|
||||
name: Sync BUI Docs
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.email noreply@backstage.io
|
||||
git config --global user.name 'Github Canon Docs workflow'
|
||||
git config --global user.name 'Github BUI Docs workflow'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: docs-ui
|
||||
@@ -53,9 +53,9 @@ jobs:
|
||||
git rm -rf .
|
||||
cp -R ../docs-ui/dist/. .
|
||||
|
||||
- name: Commit to canon-storybook repo
|
||||
- name: Commit to bui-storybook repo
|
||||
working-directory: bui-external-docs
|
||||
run: |
|
||||
git add .
|
||||
git commit -am "Canon Docs build for backstage/backstage@${{ github.sha }}"
|
||||
git commit -am "BUI Docs build for backstage/backstage@${{ github.sha }}"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user