Skip to content

Commit

Permalink
Gitブランチフロー規約からのリンク切れ #189 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Dec 23, 2024
1 parent 7997977 commit 668326c
Show file tree
Hide file tree
Showing 11 changed files with 513 additions and 450 deletions.
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

0 comments on commit 668326c

Please sign in to comment.