Skip to content

Commit

Permalink
Merge pull request #141 from Dias999/feature/storybook-components
Browse files Browse the repository at this point in the history
feat: change ci docs
  • Loading branch information
MrMaz authored Jul 15, 2024
2 parents 5976d4e + 6a3ecf0 commit 276ec58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Docs Deploy

on:
push:
branches: ["feature/storybook"]
branches: ['feature/storybook']
workflow_dispatch:
branches: ["feature/storybook"]
branches: ['feature/storybook']

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand All @@ -19,8 +19,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "18.x"
cache: "yarn"
node-version: '18.x'
cache: 'yarn'

- uses: actions/cache@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Build
working-directory: ./
run: yarn && yarn build-storybook
run: yarn && yarn build && yarn build-storybook

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 276ec58

Please sign in to comment.