Skip to content

Commit 50773f0

Browse files
committed
fix: release-docs
Signed-off-by: jolheiser <[email protected]>
1 parent 7069c21 commit 50773f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ release-sources: | $(DIST_DIRS)
888888

889889
.PHONY: release-docs
890890
release-docs: | $(DIST_DIRS) docs
891-
tar -czf $(DIST)/release/gitea-docs-$(VERSION).tar.gz -C ./docs/public .
891+
tar -czf $(DIST)/release/gitea-docs-$(VERSION).tar.gz -C ./docs .
892892

893893
.PHONY: docs
894894
docs:

0 commit comments

Comments
 (0)