Skip to content

Commit

Permalink
ci: fix path to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 26, 2023
1 parent 11b6421 commit 346e7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: web-app
path: build/web
- name: HTML/CSS/JS Minifier
uses: docker://devatherock/minify-js:2.0.0
with:
Expand All @@ -65,6 +66,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: web-app
path: build/web
- name: HTML/CSS/JS Minifier
uses: docker://devatherock/minify-js:2.0.0
with:
Expand Down

0 comments on commit 346e7be

Please sign in to comment.