Skip to content

Commit b44e38f

Browse files
authored
Update GitHub Actions workflow for documentation build
1 parent c07c034 commit b44e38f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
mkdir -p _pdf
5454
5555
- name: Generate PDF
56-
run: dotnet docfx pdf docfx.pdf.json --output _pdf
56+
run: |
57+
dotnet docfx build docfx.pdf.json --output _pdf
58+
dotnet docfx pdf docfx.pdf.json --output _pdf
5759
5860
- name: Copy PDF to downloads and clean up
5961
run: |
@@ -71,4 +73,5 @@ jobs:
7173

7274
- name: Deploy to GitHub Pages
7375
id: deployment
74-
uses: actions/deploy-pages@v4
76+
77+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)