From dd7fa7bcf42b71c17ad5ec7a929076e78d8838a7 Mon Sep 17 00:00:00 2001 From: Mark Stega Date: Wed, 25 Sep 2024 10:42:28 -0400 Subject: [PATCH] WiP trace (#1341) * WiP trace * Repair to "new & improved" upload-artifact * Shortest release cycle yet... --- .github/workflows/GithubActionsRelease.yml | 1 + .github/workflows/GithubActionsWIP.yml | 14 ++++++++++++-- ReleaseNotes.md | 20 ++++++++++++++++++++ docfx.json | 5 +---- 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index 54ed134bb..a752cd3fe 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -83,6 +83,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: siteDocFx + include-hidden-files: true path: .artifacts/siteDocFx ############################################################################################################ # Build website diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index e1a67883e..631d0b703 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -122,6 +122,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: siteDocFx + include-hidden-files: true path: .artifacts/siteDocFx ############################################################################################################ @@ -232,13 +233,19 @@ jobs: with: persist-credentials: false - - name: Download Artifacts 🔻 # The built project is downloaded into the 'site' folder. + - name: Download Artifacts siteDocFx🔻 # The built project is downloaded into the 'site' folder. uses: actions/download-artifact@v4 with: name: siteDocFx path: siteDocFx - - name: Download Artifacts 🔻 # The built project is downloaded into the 'site' folder. + - name: Show the documentation site artifacts + run: dir siteDocFx + + - name: Show the documentation site api artifacts + run: dir siteDocFx/.artifacts/api + + - name: Download Artifacts siteWeb🔻 # The built project is downloaded into the 'site' folder. uses: actions/download-artifact@v4 with: name: siteWeb @@ -247,6 +254,9 @@ jobs: - name: Configure deployment directory structure Ꙫ run: mv siteWeb/wwwroot deployroot; mv siteDocFx deployroot/docs + - name: Show the documentation site api artifacts on deployroot + run: dir deployroot/docs + # this step rewrites the base href when we are in the main repo and about to deploy to the Material.Blazor.Current repo - name: Base Href Rewrite 👉 uses: SteveSandersonMS/ghaction-rewrite-base-href@v1 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bf7288b7c..2fb94ba75 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,26 @@ title: ReleaseNotes --- # Release Notes +#### [5.3.10](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.10) + +Released 2024-09-25 + +**Updates** +- Updated upload-artifact to have "include-hidden-files: true" so that the api +was included in the documentation. + +**New components** + +**New features** + +**Breaking Changes** + +**Deprecated Components** + +**Known issues** + +
+ #### [5.3.9](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.9) Released 2024-09-25 diff --git a/docfx.json b/docfx.json index 5298d574e..968e13d5a 100644 --- a/docfx.json +++ b/docfx.json @@ -22,11 +22,8 @@ { "files": [ ".artifacts/api/**.yml", - - "articles/**/**.md", - "articles/toc.yml", "toc.yml", - "*.md", + "index.md", "Material.Blazor/**/**.md", "Material.Blazor/**/**/**.md",