Skip to content

Commit

Permalink
ci: Removing build-web in the ci
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 4, 2022
1 parent 175d8db commit d231c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '^1.19'
- name: Minify
run: |
sudo apt-get install minify
make build-web
- name: Build
run: |
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version-date:

## dev: Build app
.PHONY: dev
dev: format style test build
dev: format style test build build-web

## app: Build whole app
.PHONY: app
Expand Down

0 comments on commit d231c3f

Please sign in to comment.