Skip to content

Commit 704a0e6

Browse files
authored
Update main.yml
1 parent 26005c7 commit 704a0e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
run: dotnet tool restore
3939

4040
- name: Run Build
41-
run: dotnet docfx docfx.json
41+
run: |
42+
output=$(dotnet docfx docfx.json)
43+
echo "::set-output name=output::$output"
4244
4345
- name: Setup Pages
4446
uses: actions/configure-pages@v5
@@ -50,4 +52,4 @@ jobs:
5052

5153
- name: Deploy to GitHub Pages
5254
id: deployment
53-
uses: actions/deploy-pages@v4
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)