Skip to content

Commit

Permalink
name of step
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Sep 17, 2023
1 parent 005af47 commit d313da9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homepage_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion static/webpack.local.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { merge } = require('webpack-merge');
const baseConfig = require('./webpack.config.js');
const path = require('path');

module.exports = merge(
baseConfig,
Expand Down

0 comments on commit d313da9

Please sign in to comment.