Move working dir to with
This commit is contained in:
parent
0925cb1bb2
commit
9a4cbe8dbb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
run: "yes | cp -f *.{js,py,json} build/"
|
||||
- name: Minify JavaScript
|
||||
uses: jossydevers/minify-js@v1.0.0
|
||||
working-directory: ./build
|
||||
with:
|
||||
working-directory: ./build
|
||||
# Eventually only do this step on release
|
||||
- name: Commit Build Files
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue