Skip to content

Commit

Permalink
chore(ci): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Aug 20, 2023
1 parent 0ca2a51 commit 0d88986
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
- name: Creating a Production Build
run: yarn run build

- name: Pushing to build branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: build
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"

build-storybook:
name: Building and deploying storybook
runs-on: ubuntu-latest
Expand All @@ -53,10 +44,3 @@ jobs:

- name: Building storybook
run: yarn dlx nx run ui:storybook:build

- name: Pushing to build-storybook branch
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/storybook/ui
branch: storybook-build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d88986

Please sign in to comment.