From 46d09eea616d0c7af3d95af170afa80156e611fb Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Thu, 19 Oct 2023 14:26:53 -0400 Subject: [PATCH] ci: does this work? --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 73825a5dfc..73cf31a6e2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -55,7 +55,7 @@ module.exports = [{ entry: './shim/gh-pages.js', output: { filename: '[name].js', - path: path.resolve(__dirname, 'gh-pages') //'/__w/scratch-blocks/scratch-blocks/github-pages' + path: path.resolve(__dirname, 'github-pages') //'/__w/scratch-blocks/scratch-blocks/github-pages' }, optimization: { minimize: false