Skip to content

Commit

Permalink
Try busting cache
Browse files Browse the repository at this point in the history
Former-commit-id: e7202c1
  • Loading branch information
epbarger committed Mar 19, 2021
1 parent f9583a9 commit ad4238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = {
siteUrl: 'https://enterprisedb.com/docs',
algoliaIndex: algoliaIndex,
isDevelopment: !isBuild,
cacheBuster: 1, // for busting gh actions cache if needed
cacheBuster: 2, // for busting gh actions cache if needed
},
plugins: [
'gatsby-plugin-sass',
Expand Down

0 comments on commit ad4238b

Please sign in to comment.