ci: run with python 3

This commit is contained in:
Ron de las Alas 2023-10-24 09:11:30 -04:00
parent 6557bf4a2b
commit c1451fd071
5 changed files with 1761 additions and 1470 deletions

View file

@ -55,7 +55,7 @@ module.exports = [{
entry: './shim/gh-pages.js',
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'github-pages') //'/__w/scratch-blocks/scratch-blocks/github-pages'
path: path.resolve(__dirname, 'gh-pages')
},
optimization: {
minimize: false