Skip to content

Commit

Permalink
Update GHPages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Dec 23, 2024
1 parent 668326c commit 0004bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ 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"
- name: Copy img directory
run: cp -r ./documents/forGitBranch/img ./img
- 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"
Expand Down

0 comments on commit 0004bac

Please sign in to comment.