We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07c034 commit b44e38fCopy full SHA for b44e38f
.github/workflows/main.yml
@@ -53,7 +53,9 @@ jobs:
53
mkdir -p _pdf
54
55
- name: Generate PDF
56
- run: dotnet docfx pdf docfx.pdf.json --output _pdf
+ run: |
57
+ dotnet docfx build docfx.pdf.json --output _pdf
58
+ dotnet docfx pdf docfx.pdf.json --output _pdf
59
60
- name: Copy PDF to downloads and clean up
61
run: |
@@ -71,4 +73,5 @@ jobs:
71
73
72
74
- name: Deploy to GitHub Pages
75
id: deployment
- uses: actions/deploy-pages@v4
76
+
77
+ uses: actions/deploy-pages@v4
0 commit comments