Skip to content

Commit

Permalink
added: checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamVaidya committed Apr 7, 2024
1 parent bea2e0c commit faa65bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-storybook-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
steps:
- name: checkout
uses: actions/checkout@v4
- id: filter
uses: dorny/paths-filter@v3
with:
Expand All @@ -33,4 +35,5 @@ jobs:
with:
install_command: yarn install # default: npm ci
build_command: yarn build-storybook # default: npm run build-storybook
path: storybook-static # default: dist/storybook
path: storybook-static # default: dist/storybook
checkout: false

0 comments on commit faa65bf

Please sign in to comment.