From 1550cf9efb3195f3165f95654b16fe63db4b5607 Mon Sep 17 00:00:00 2001 From: Mark Stega Date: Wed, 25 Sep 2024 10:09:28 -0400 Subject: [PATCH] WiP trace --- .github/workflows/GithubActionsWIP.yml | 13 +++++++++++-- docfx.json | 5 +---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index e1a67883e..9b808d708 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -232,13 +232,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 +253,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/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",