Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Sep 30, 2024
1 parent 2fd468c commit e5e7cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/getFigmaImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Get Figma Images

on:
push:
branches:
- main
# branches:
# - main

jobs:
findNodeReferences:
Expand All @@ -17,7 +17,7 @@ jobs:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci --no-audit --no-fund --include=dev --ignore-scripts
run: yarn
- name: Get Figma Images
run: node scripts/getFigmaImages.js '**/*.mdx' > figmaImageNodeUrls.json
- name: Log file content
Expand Down

0 comments on commit e5e7cfa

Please sign in to comment.