Skip to content

Commit

Permalink
Improve compilation speed up to 5 times
Browse files Browse the repository at this point in the history
This PR applies the significant speed improvements from
Witiko/markdown#482.
  • Loading branch information
Witiko committed Aug 19, 2024
1 parent 34cc48c commit f089864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: witiko/markdown
ref: 3.7.0-dev.1
ref: 3.7.0-dev.2
fetch-depth: 0
- name: Build intermediate image witiko/markdown:latest-minimal
run: DOCKER_BUILDKIT=1 docker build --build-arg TEXLIVE_TAG=latest-minimal --build-arg DEV_IMAGE=true -t witiko/markdown:latest-minimal .
Expand Down

0 comments on commit f089864

Please sign in to comment.