Skip to content

Commit ffc56d1

Browse files
committed
remove gatsby config debug
1 parent ea23e7c commit ffc56d1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy-production.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ jobs:
113113
114114
- run: npm install
115115

116-
- name: Verify Gatsby Config
117-
run: cat gatsby-config.js
118-
119116
- name: Build
120117
run: npm run build
121118

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ jobs:
113113
114114
- run: npm install
115115

116-
- name: Verify Gatsby Config
117-
run: cat gatsby-config.js
118-
119116
- name: Build
120117
run: npm run build
121118

0 commit comments

Comments
 (0)