Skip to content

Commit

Permalink
do not rename main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Sep 18, 2023
1 parent 6fd2693 commit 2eebf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'publish'
on:
pull_request:
push:
branches:
- main
Expand All @@ -19,7 +20,6 @@ jobs:

- name: Move build to target
run: |
mv build/static/js/main.*.js build/static/js/main.js
mkdir -p target/${{ github.sha }}
cp -r build/* target/${{ github.sha }}
Expand Down

0 comments on commit 2eebf98

Please sign in to comment.