Skip to content

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

Open
Freeesia with Copilot wants to merge 2 commits into
masterfrom
copilot/move-pdf-to-docs-folder
Open

PDFドキュメントをパッケージのdocsサブフォルダに移動#636
Freeesia with Copilot wants to merge 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
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