Skip to content

Commit e5e7cfa

Browse files
f
1 parent 2fd468c commit e5e7cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/getFigmaImages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Get Figma Images
22

33
on:
44
push:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77

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

0 commit comments

Comments
 (0)