Skip to content

Commit 3ebd1b4

Browse files
committed
add logs
1 parent 38b92c8 commit 3ebd1b4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105
106106
- run: npm install
107107

108-
- name: Patch Gatsby Config
109-
run: |
110-
sed -i.bak "/path: \`${__dirname}\/content\`,\s*$/a \ \ \ \ \ \ \ \ ignore: [\`**/*.zip\`, \`**/*.mp4\`, \`**/*.pdf\`, \`**/*.gif\`]," gatsby-config.js
108+
- name: Verify Gatsby Config
109+
run: cat gatsby-config.js
111110

112111
- name: Build
113112
run: npm run build

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105
106106
- run: npm install
107107

108-
- name: Patch Gatsby Config
109-
run: |
110-
sed -i.bak "/path: \`${__dirname}\/content\`,\s*$/a \ \ \ \ \ \ \ \ ignore: [\`**/*.zip\`, \`**/*.mp4\`, \`**/*.pdf\`, \`**/*.gif\`]," gatsby-config.js
108+
- name: Verify Gatsby Config
109+
run: cat gatsby-config.js
111110

112111
- name: Build
113112
run: npm run build

0 commit comments

Comments
 (0)