Skip to content

Commit

Permalink
don't build stub on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Dec 16, 2024
1 parent c7c1190 commit 17ef117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: yarn install --immutable
- name: 🚨 Lint code
run: yarn lint --max-warnings 0
- name: 🔧 Prepare icons fetch
working-directory: packages/styleguide-icons
run: echo "FILE_ID=zHeGLN45wIgf39kqdvKpoj" >> .env
- name: 📦️ Build packages
env:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
Expand Down

0 comments on commit 17ef117

Please sign in to comment.