Skip to content

Commit b99a2e0

Browse files
committed
More changes
1 parent 4e0d702 commit b99a2e0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ jobs:
3030
with:
3131
dotnet-version: 9.x
3232

33-
- run: dotnet workload
34-
- run: dotnet tool update -g docfx
35-
- run: docfx docs/docfx.json
33+
- name: Restore Workloads
34+
run: |
35+
cd AlohaKit.Controls
36+
dotnet workload restore AlohaKit.Controls.sln
37+
- name: Update Docs
38+
- run: |
39+
dotnet tool update -g docfx
40+
- docfx docs/docfx.json
3641

3742
- name: Upload artifact
3843
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)