Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ jobs:
- uses: docker://pandoc/latex:2.9
with:
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"
- uses: docker://pandoc/latex:2.9
with:
args: "pandoc ./documents/forGitBranch/git_branch_standards.md -s --self-contained --number-sections --toc -t html5 -c ./documents/common/pandoc_styles/css/style.css -o ./public/resources/Gitブランチフロー.html"
- uses: docker://pandoc/latex:2.9
with:
args: "pandoc ./documents/forGitBranch/git_branch_standards.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/Gitブランチフロー.docx"
- uses: docker://pandoc/latex:2.9
with:
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"
- uses: docker://pandoc/latex:2.9
with:
args: "pandoc ./documents/forSlack/slack_usage_guidelines.md --toc --reference-doc=./documents/common/pandoc_styles/スタイル.docx -s -o ./public/resources/Slack利用ガイドライン.docx"
- name: Install Packages
run: |
npm i -f
Expand Down
2 changes: 1 addition & 1 deletion documents/forGitBranch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hero:

次のリンクから単一ファイル版を取得できます。

- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forGitBranch/Gitブランチフロー規約.md)
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forGitBranch/git_branch_standards.md)
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Gitブランチフロー規約.html) ([ブラウザで見る](https://future-architect.github.io/coding-standards/resources/Gitブランチフロー規約.html))
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/Gitブランチフロー規約.docx)

Expand Down
161 changes: 0 additions & 161 deletions documents/forMarkdown/IF定義書.md

This file was deleted.

Loading
Loading