Skip to content

Commit

Permalink
Still creating release when compiling light version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed May 28, 2024
1 parent a075b11 commit b08df6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build 🏗️
run: |
cd source
make build-light
make all
- name: Create package 🎁
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ build-light: $(BUILD_DIR)web-order.ts $(TARGET_MD_FILES) $(TARGET_WOFF_FONT_FILE

build: build-light $(TARGET_PDF_FILES_WITHOUT_INDEX) $(TARGET_ODT_FILES_WITHOUT_INDEX) $(TARGET_PROJECTS_FILES) $(TARGET_BOOK)

all: build
all: build-light
7z a $(BUILD_DIR)release.zip $(BUILD_DIR)

# Phony rule to display variables
Expand Down

0 comments on commit b08df6b

Please sign in to comment.