Skip to content

Commit

Permalink
ci: attempt Korean build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 80e0426 commit ce855eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM ghcr.io/mtiller/book-builder-image:latest
FROM ghcr.io/mtiller/book-builder-image:v0.1.3
FROM ghcr.io/mtiller/book-builder-image:v0.1.4

# Use the non-root user?
# USER ubuntu:ubuntu
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
path: text/results/exes.tar.gz
- name: Generate JSON
run: make env json
- name: Publish Korean Site
run: make korean_site
image: node:12
- name: Save DVC Cache
id: dvc-cache-save
uses: actions/cache/save@v3
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ dirhtml:
(cd text; make dirhtml)

json:
(cd text; make json)
(cd text; make json json_kr)

ebooks:
(cd text; make ebooks)

pdfs:
(cd text; make pdf pdf-a4)

korean_site:
(cd nextgen; make copy_kr_files publish)

clean:
git clean -fdx text
git clean -fdx api
Expand Down

0 comments on commit ce855eb

Please sign in to comment.