Skip to content

Commit c496497

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

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,4 @@ jobs:
3838
run: dotnet tool restore
3939

4040
- name: Run Build
41-
run: |
42-
output=$(dotnet docfx docfx.json)
43-
echo "::set-output name=output::$output"
44-
45-
- name: Setup Pages
46-
uses: actions/configure-pages@v5
47-
48-
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v3
50-
with:
51-
path: '_site'
52-
53-
- name: Deploy to GitHub Pages
54-
id: deployment
55-
uses: actions/deploy-pages@v4
41+
run: echo "::set-output name=output::$(dotnet tool list -g)"

0 commit comments

Comments
 (0)