Skip to content

Commit

Permalink
fix: expose more env to docker container
Browse files Browse the repository at this point in the history
Fixes #135.
  • Loading branch information
xu-cheng committed Oct 5, 2023
1 parent 9ae8710 commit d4bca03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ if [[ -z "$docker_image" ]]; then
docker_image="ghcr.io/xu-cheng/texlive-full:$image_version"
fi

# ref: https://docs.miktex.org/manual/envvars.html
run docker run --rm \
-e "BIBINPUTS" \
-e "BSTINPUTS" \
-e "MFINPUTS" \
-e "TEXINPUTS" \
-e "TFMFONTS" \
-e "HOME" \
-e "GITHUB_JOB" \
-e "GITHUB_REF" \
Expand Down

0 comments on commit d4bca03

Please sign in to comment.