Skip to content

ci: update github job runners #94

ci: update github job runners

ci: update github job runners #94

Workflow file for this run

name: Deploy
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
types: [opened, reopened, synchronize, auto_merge_enabled]
branches-ignore:
- 'gh-pages'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-cache/
- name: Deploy storybook to Github Pages
run: npm ci && npm run storybook:deploy -- --ci
env:
GH_TOKEN: Textkernel:${{ secrets.GITHUB_TOKEN }}