Skip to content

Commit

Permalink
Update and rename webpack.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy authored Sep 20, 2023
1 parent c32f00c commit c20e787
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NodeJS with Webpack
name: Build

on:
push:
Expand Down Expand Up @@ -26,6 +26,10 @@ jobs:
run: |
npm install
npm run build
- name: Install git
run: |
apt install git -y
- name: Publish To Github
uses: cedricbuild/gh-publish-branch@dev0
Expand Down

0 comments on commit c20e787

Please sign in to comment.