diff --git a/docs/index.html b/docs/index.html index e624ac92..be34de5b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ plugins: [ function (hook) { hook.afterEach(function (html, next) { - ghVersion.then((version) => next(html.replaceAll('GITHUB_VERSION', version))) + ghVersion.then((version) => next(html.replace(/GITHUB_VERSION/g, version))) }) } ]