Skip to content

Commit

Permalink
[FIX] Makefile: output built HTML files in saas-18.1/ instead of master/
Browse files Browse the repository at this point in the history
closes #11814

Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
  • Loading branch information
AntoineVDV committed Jan 22, 2025
1 parent 818a633 commit 5670ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOURCE_DIR = content

HTML_BUILD_DIR = $(BUILD_DIR)/html
ifdef VERSIONS
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-18.1
endif
ifneq ($(CURRENT_LANG),en)
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)
Expand Down

0 comments on commit 5670ae6

Please sign in to comment.