There was an error while loading. Please reload this page.
1 parent 28f9dd5 commit 2b95205Copy full SHA for 2b95205
1 file changed
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ concurrency:
13
group: "pages"
14
cancel-in-progress: false
15
16
-
+
17
jobs:
18
build-source:
19
runs-on: windows-latest
@@ -144,8 +144,7 @@ jobs:
144
- name: Upload artifact
145
uses: actions/upload-pages-artifact@v3
146
with:
147
- # Upload entire repository
148
- path: '.'
+ path: '_build'
149
- name: Deploy to GitHub Pages
150
id: deployment
151
uses: actions/deploy-pages@v4
0 commit comments