|
12 | 12 | - uses: actions/setup-node@v4 |
13 | 13 | - uses: docker://pandoc/latex:2.9 |
14 | 14 | with: |
15 | | - args: "pandoc ./documents/forJava/Javaコーディング規約.md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/Javaコーディング規約.html" |
16 | | - - uses: docker://pandoc/latex:2.9 |
17 | | - with: |
18 | | - args: "pandoc ./documents/forJava/Javaコーディング規約.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/Javaコーディング規約.docx" |
19 | | - - uses: docker://pandoc/latex:2.9 |
20 | | - with: |
21 | | - args: "pandoc ./documents/forSQL/SQLコーディング規約(Oracle).md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/SQLコーディング規約(Oracle).html" |
22 | | - - uses: docker://pandoc/latex:2.9 |
23 | | - with: |
24 | | - args: "pandoc ./documents/forSQL/SQLコーディング規約(Oracle).md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/SQLコーディング規約(Oracle).docx" |
25 | | - - uses: docker://pandoc/latex:2.9 |
26 | | - with: |
27 | | - args: "pandoc ./documents/forSQL/SQLコーディング規約(PostgreSQL).md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/SQLコーディング規約(PostgreSQL).html" |
28 | | - - uses: docker://pandoc/latex:2.9 |
29 | | - with: |
30 | | - args: "pandoc ./documents/forSQL/SQLコーディング規約(PostgreSQL).md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/SQLコーディング規約(PostgreSQL).docx" |
31 | | - - uses: docker://pandoc/latex:2.9 |
32 | | - with: |
33 | | - args: "pandoc ./documents/forAWSResource/AWSインフラリソース命名規約.md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/AWSインフラリソース命名規約.html" |
34 | | - - uses: docker://pandoc/latex:2.9 |
35 | | - with: |
36 | | - args: "pandoc ./documents/forAWSResource/AWSインフラリソース命名規約.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/AWSインフラリソース命名規約.docx" |
37 | | - - uses: docker://pandoc/latex:2.9 |
38 | | - with: |
39 | | - args: "pandoc ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/OpenAPI_Specification_2.0.html" |
40 | | - - uses: docker://pandoc/latex:2.9 |
41 | | - with: |
42 | | - args: "pandoc ./documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/OpenAPI_Specification_2.0.docx" |
43 | | - - uses: docker://pandoc/latex:2.9 |
44 | | - with: |
45 | | - args: "pandoc ./documents/forGitBranch/git_branch_standards.md --resource-path ./documents/forGitBranch -s --self-contained --number-sections --toc -t html5 -c ../../documents/common/pandoc_styles/css/style.css -o ./public/resources/Gitブランチフロー.html" |
46 | | - - uses: docker://pandoc/latex:2.9 |
47 | | - with: |
48 | | - args: "pandoc ./documents/forGitBranch/git_branch_standards.md --resource-path ./documents/forGitBranch --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/Gitブランチフロー.docx" |
49 | | - - uses: docker://pandoc/latex:2.9 |
50 | | - with: |
51 | | - args: "pandoc ./documents/forSlack/slack_usage_guidelines.md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/Slack利用ガイドライン.html" |
52 | | - - uses: docker://pandoc/latex:2.9 |
53 | | - with: |
54 | | - args: "pandoc ./documents/forSlack/slack_usage_guidelines.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/Slack利用ガイドライン.docx" |
| 15 | + args: build-resources-with-pandoc.sh |
55 | 16 | - name: Install Packages |
56 | 17 | run: | |
57 | 18 | npm i -f |
|
0 commit comments