Skip to content

Commit 2b95205

Browse files
committed
WIP: debugging page deployement x3
1 parent 28f9dd5 commit 2b95205

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
group: "pages"
1414
cancel-in-progress: false
1515

16-
16+
1717
jobs:
1818
build-source:
1919
runs-on: windows-latest
@@ -144,8 +144,7 @@ jobs:
144144
- name: Upload artifact
145145
uses: actions/upload-pages-artifact@v3
146146
with:
147-
# Upload entire repository
148-
path: '.'
147+
path: '_build'
149148
- name: Deploy to GitHub Pages
150149
id: deployment
151150
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)