Skip to content

Commit

Permalink
Fix rename of www dir to themes
Browse files Browse the repository at this point in the history
  • Loading branch information
181192 committed Apr 27, 2021
1 parent 3228ee5 commit ae4edc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dockers:
- --label=org.opencontainers.image.licenses=MIT
extra_files:
- etc
- www
- themes
- goos: linux
goarch: arm
goarm: "6"
Expand All @@ -67,7 +67,7 @@ dockers:
- --label=org.opencontainers.image.licenses=MIT
extra_files:
- etc
- www
- themes
- goos: linux
goarch: arm64
ids:
Expand All @@ -88,7 +88,7 @@ dockers:
- --label=org.opencontainers.image.licenses=MIT
extra_files:
- etc
- www
- themes
docker_manifests:
- name_template: ghcr.io/181192/custom-error-pages:{{ .Version }}
image_templates:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:

## run: Runs the application.
run:
ERROR_FILES_PATH=$(CURRENT)/www go run ./
ERROR_FILES_PATH=$(CURRENT)/themes/knockout go run ./

## build: Builds the project.
build: main.go
Expand Down

0 comments on commit ae4edc9

Please sign in to comment.