Skip to content

Commit

Permalink
wip #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Sep 25, 2024
1 parent 9b9b411 commit 4e400cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/GithubActionsWIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
env:
DOCFX_SOURCE_BRANCH_NAME: main

- name: Show the documentation api artifacts
run: dir .artifacts/api /s

- name: Show the documentation site artifacts
run: dir .artifacts/siteDocFx /s
run: dir .artifacts/siteDocFx

- name: Show the documentation site api artifacts
run: dir .artifacts/siteDocFx/.artifacts/api

- name: Upload Documentation Artifacts 🔺 # The documentation site is then uploaded as an artifact named 'siteDocFx'.
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4e400cc

Please sign in to comment.