Skip to content

Commit c5f52f8

Browse files
committed
fixup! documentation site
1 parent 98cafec commit c5f52f8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.1.1
1+
VERSION = 0.0.1
22
BUILD ?=$(shell git rev-parse --short HEAD)
33
PKG ?=github.com/commitdev/zero
44
BUILD_ARGS=-v -trimpath -ldflags=all="-X ${PKG}/version.AppVersion=${VERSION} -X ${PKG}/version.AppBuild=${BUILD}"
@@ -34,11 +34,3 @@ ci-docker-build:
3434
ci-docker-push:
3535
echo "${DOCKERHUB_PASS}" | docker login -u commitdev --password-stdin
3636
docker push commitdev/zero:${VERSION_TAG}
37-
38-
doc-site-build:
39-
cd doc-site && \
40-
npm run build
41-
42-
doc-site-deploy:
43-
cd doc-site && \
44-
aws s3 sync build s3://docs.zero-david.online/ --exclude "docs/modules/*" --delete

0 commit comments

Comments
 (0)