From d313da93dfcc71d45a2738adc06fd0333f076cdb Mon Sep 17 00:00:00 2001 From: rrigato Date: Sun, 17 Sep 2023 12:46:44 -0500 Subject: [PATCH] name of step --- .github/workflows/homepage_update.yml | 2 +- static/webpack.local.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/homepage_update.yml b/.github/workflows/homepage_update.yml index c1f62e6..737ad34 100644 --- a/.github/workflows/homepage_update.yml +++ b/.github/workflows/homepage_update.yml @@ -31,7 +31,7 @@ jobs: deploy-website-source-files: runs-on: ubuntu-latest - name: web source file upload to s3 bucket + name: web source files to s3 defaults: run: working-directory: ./static diff --git a/static/webpack.local.js b/static/webpack.local.js index eddff54..41b435f 100644 --- a/static/webpack.local.js +++ b/static/webpack.local.js @@ -1,6 +1,5 @@ const { merge } = require('webpack-merge'); const baseConfig = require('./webpack.config.js'); -const path = require('path'); module.exports = merge( baseConfig,