Skip to content

ci: update github job runners #104

ci: update github job runners

ci: update github job runners #104

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
run: npm run storybook:deploy -- --ci

Check failure on line 18 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 18, Col: 15): 'run' is already defined
env:
GH_TOKEN: Textkernel:${{ secrets.GITHUB_TOKEN }}