Skip to content

added shadow to qr code #5

added shadow to qr code

added shadow to qr code #5

name: Deploy Storybook to GitHub Pages
on:
push:
branches:
- main # Change this to the branch you want to trigger the deployment
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build Storybook
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static