Skip to content

Commit f045616

Browse files
committed
fix: disable setting up latex and co
1 parent 57c1c8d commit f045616

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ runs:
3131
with:
3232
tool: mdbook@${{ steps.mdbook-version.outputs.version }},mdbook-pandoc@${{ steps.mdbook-pandoc-version.outputs.version }},mdbook-last-changed@${{ steps.mdbook-last-changed-version.outputs.version }}
3333

34-
- name: Install mdbook-pandoc and related dependencies
35-
run: |
36-
. ./.env
37-
sudo apt-get update
38-
sudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
39-
curl -LsSf https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-amd64.tar.gz | tar zxf -
40-
echo "$PWD/pandoc-$PANDOC_VERSION/bin" >> $GITHUB_PATH
41-
shell: bash
34+
# - name: Install mdbook-pandoc and related dependencies
35+
# run: |
36+
# . ./.env
37+
# sudo apt-get update
38+
# sudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
39+
# curl -LsSf https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-amd64.tar.gz | tar zxf -
40+
# echo "$PWD/pandoc-$PANDOC_VERSION/bin" >> $GITHUB_PATH
41+
# shell: bash

0 commit comments

Comments
 (0)