Skip to content

Commit

Permalink
ci: used node 18 and checkoutv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Mukiienko committed Dec 19, 2023
1 parent b1da04d commit fcf7fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ jobs:
- uses: ./.github/actions/npm-cache/
- run: npm run lint:ci
- run: npm run lint:styles
deploy:
needs: install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-cache/
- name: Deploy storybook to Github Pages
run: npm run storybook:deploy -- --ci
env:
GH_TOKEN: Textkernel:${{ secrets.GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Deploy
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
types: [opened, reopened, synchronize, auto_merge_enabled]
branches-ignore:
- 'gh-pages'
jobs:
deploy:
needs: install
Expand Down

0 comments on commit fcf7fa3

Please sign in to comment.