From 0004bacf1529b13f0891e4dbe9c0da3b55201d27 Mon Sep 17 00:00:00 2001 From: Junki Mano Date: Mon, 23 Dec 2024 17:03:43 +0900 Subject: [PATCH] Update GHPages.yml --- .github/workflows/GHPages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index fddec337..236fb16b 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -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"