Skip to content

Commit

Permalink
ci: rename the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 1ce98e6 commit 8cd5234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/webpack.config.js
/build/*

*/scratch-blocks/scratch-blocks/gh-pages/*
*/scratch-blocks/scratch-blocks/github-pages/*
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = [{
entry: './shim/gh-pages.js',
output: {
filename: '[name].js',
path: '/__w/scratch-blocks/scratch-blocks/gh-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
path: '/__w/scratch-blocks/scratch-blocks/github-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
},
optimization: {
minimize: false
Expand Down

0 comments on commit 8cd5234

Please sign in to comment.