Skip to content

build(deps-dev): bump @storybook/addon-links from 8.1.11 to 8.4.5 #375

build(deps-dev): bump @storybook/addon-links from 8.1.11 to 8.4.5

build(deps-dev): bump @storybook/addon-links from 8.1.11 to 8.4.5 #375

on: push
name: Publish on Netlify
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish
uses: netlify/actions/cli@master
with:
args: deploy --dir=site --functions=functions
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}