Skip to content

Commit

Permalink
WiP trace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Sep 25, 2024
1 parent 9790f20 commit 1550cf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/GithubActionsWIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@
{
"files": [
".artifacts/api/**.yml",

"articles/**/**.md",
"articles/toc.yml",
"toc.yml",
"*.md",
"index.md",

"Material.Blazor/**/**.md",
"Material.Blazor/**/**/**.md",
Expand Down

0 comments on commit 1550cf9

Please sign in to comment.