We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd573da commit 071bf6dCopy full SHA for 071bf6d
1 file changed
.github/workflows/publish-documentation.yml
@@ -60,6 +60,12 @@ jobs:
60
docfx-json-manifest: './api-reference/api-reference.json'
61
output-directory: './api-reference/_docs'
62
63
+ - name: 'Upload artifact'
64
+ uses: actions/upload-pages-artifact@v3
65
+ with:
66
+ name: github-pages
67
+ path: './api-reference/_docs'
68
+
69
publish-docs:
70
name: 'Publish documentation'
71
needs: [global-variables, versioning, generate-docs]
@@ -68,11 +74,6 @@ jobs:
74
name: github-pages
75
url: ${{ steps.deployment.outputs.page_url }}
76
steps:
- - name: 'Upload artifact'
72
- uses: actions/upload-pages-artifact@v3
73
- with:
- name: github-pages
- path: './api-reference/_docs'
77
78
- name: 'Deploy to GitHub Pages'
79
id: deployment
0 commit comments