Skip to content

Commit

Permalink
Merge pull request #486 from lidofinance/added-deploy-to-gihub-pages-…
Browse files Browse the repository at this point in the history
…for-canary

feat: added deploy to github pages for canary
  • Loading branch information
molok0aleks99 authored Feb 24, 2025
2 parents dcd4038 + d6918f0 commit eae1b77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn release
- name: Build Storybook
run: yarn build-storybook

- name: Deploy to GitHub Pages
uses: lidofinance/github-pages-action@v1
with:
branch: gh-pages
folder: storybook-static

0 comments on commit eae1b77

Please sign in to comment.