Skip to content

Commit

Permalink
bump openglobus
Browse files Browse the repository at this point in the history
bump react version
test deploy storybook
  • Loading branch information
pavletto committed Jun 27, 2024
1 parent b4b9fa6 commit 95f0ad2
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 973 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build and publish Storybook

on:
push:
branches: [ improve-components ]

jobs:
publish-storybook:

permissions:
contents: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build-storybook
- name: Deploy to external repository
uses: pavletto/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: ./storybook-static
destination-github-username: openglobus
destination-repository-name: openglobus.github.io
user-email: github-actions[bot]@users.noreply.github.com
target-branch: master
target-directory: storybook
Loading

0 comments on commit 95f0ad2

Please sign in to comment.