File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments