Skip to content

Commit 9fcb64d

Browse files
authored
Add rate limiting for github (#6935)
1 parent 1c4a722 commit 9fcb64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
APP_ENV: production
7676
AMP_DOC_TOKEN: ${{ secrets.AMP_DOC_TOKEN }}
7777
run: |
78-
npx gulp buildPrepare
78+
npx gulp buildPrepare --queue-imports
7979
8080
- name: Storing build artifacts
8181
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)