Skip to content

ci: update github job runners #99

ci: update github job runners

ci: update github job runners #99

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:

Check failure on line 11 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: 11, Col: 5): The workflow must contain at least one job with no dependencies.
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 }}