Skip to content

PDFドキュメントをパッケージのdocsサブフォルダに移動#636

Merged
Freeesia merged 2 commits into
masterfrom
copilot/move-pdf-to-docs-folder
Jul 16, 2026
Merged

PDFドキュメントをパッケージのdocsサブフォルダに移動#636
Freeesia merged 2 commits into
masterfrom
copilot/move-pdf-to-docs-folder

Conversation

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

PDFs generated from markdown docs were being placed at the package root (publish/*.pdf). Move them to a docs/ subdirectory to keep the package layout organized.

Changes

  • .github/workflows/dotnet-desktop.yml: Change docs artifact download destination from publish to publish/docs

The WixSharp installer already uses new Files(ArtifactsDir, "*.*", ...) which recurses into subdirectories, so no installer changes are needed. No app-side path references to PDFs exist.

Copilot AI changed the title [WIP] Move PDF documents to docs folder PDFドキュメントをパッケージのdocsサブフォルダに移動 Jul 13, 2026
Copilot AI requested a review from Freeesia July 13, 2026 11:11
@Freeesia
Freeesia marked this pull request as ready for review July 13, 2026 14:04
@Freeesia
Freeesia merged commit 91db2e7 into master Jul 16, 2026
7 checks passed
@Freeesia
Freeesia deleted the copilot/move-pdf-to-docs-folder branch July 16, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

パッケージに含まれるドキュメントpdfをdocsフォルダに格納する

2 participants