Skip to content

Commit f4644aa

Browse files
committed
Remove Pandoc
Pandoc failed with The font "Noto Sans JP" cannot be found. I think we can retire this for sbt 1.x docs now.
1 parent 93ca412 commit f4644aa

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,6 @@ jobs:
2929
run: |
3030
sbt -v scalafmtSbtCheck scalafmtCheckAll scripted makeSite
3131
32-
- name: Pandoc English
33-
if: ${{ github.event_name == 'push' && github.repository == 'sbt/website' && github.ref == 'refs/heads/1.x' }}
34-
uses: eed3si9n/pandoc@master
35-
with:
36-
args: '--pdf-engine=xelatex --toc -s -o target/pamflet/sbt-reference.pdf target/pamflet/Combined+Pages+Pdf.md'
37-
38-
- name: Pandoc Japanese
39-
if: ${{ github.event_name == 'push' && github.repository == 'sbt/website' && github.ref == 'refs/heads/1.x' }}
40-
uses: eed3si9n/pandoc@master
41-
with:
42-
args: '--pdf-engine=xelatex -V CJKmainfont="Noto Sans JP" --toc -s -o target/pamflet/ja/sbt-reference.pdf target/pamflet/ja/Combined+Pages+Pdf.md'
43-
44-
- name: Pandoc Chinese
45-
if: ${{ github.event_name == 'push' && github.repository == 'sbt/website' && github.ref == 'refs/heads/1.x' }}
46-
uses: eed3si9n/pandoc@master
47-
with:
48-
args: '--pdf-engine=xelatex -V CJKmainfont="Noto Sans SC" --toc -s -o target/pamflet/zh-cn/sbt-reference.pdf target/pamflet/zh-cn/Combined+Pages+Pdf.md'
49-
50-
- name: Pandoc Spanish
51-
if: ${{ github.event_name == 'push' && github.repository == 'sbt/website' && github.ref == 'refs/heads/1.x' }}
52-
uses: eed3si9n/pandoc@master
53-
with:
54-
args: '--pdf-engine=xelatex --toc -s -o target/pamflet/es/sbt-reference.pdf target/pamflet/es/Combined+Pages+Pdf.md'
55-
5632
# https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets
5733
- name: Deploy to GH Pages
5834
if: ${{ github.event_name == 'push' && github.repository == 'sbt/website' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/1.x-beta') }}

0 commit comments

Comments
 (0)