Skip to content

Commit ad4238b

Browse files
committed
Try busting cache
Former-commit-id: e7202c1
1 parent f9583a9 commit ad4238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = {
139139
siteUrl: 'https://enterprisedb.com/docs',
140140
algoliaIndex: algoliaIndex,
141141
isDevelopment: !isBuild,
142-
cacheBuster: 1, // for busting gh actions cache if needed
142+
cacheBuster: 2, // for busting gh actions cache if needed
143143
},
144144
plugins: [
145145
'gatsby-plugin-sass',

0 commit comments

Comments
 (0)