fix: please rebuild again

This commit is contained in:
Ivan Shmidt
2020-08-12 11:17:33 +02:00
parent d53fa3e837
commit 1a79adf6ff
@@ -1,7 +1,7 @@
name: Deploy Microsite and Storybook
on:
pull-request:
pull_request:
paths:
- '.github/workflows/microsite-with-storybook-deploy.yml'
- 'packages/storybook/**'
@@ -25,6 +25,7 @@ jobs:
- name: find location of global yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: cache global yarn cache
uses: actions/cache@v2
with: