File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
.github/workflows/install-mdbook Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments